UNPKG

@dr.pogodin/react-utils

Version:

Collection of generic ReactJS components and utils

18 lines (17 loc) 857 B
/** * Just an aggregation of all exported components into a single module. */ export { MetaTags } from '@dr.pogodin/react-helmet'; export * from "./selectors/index.js"; export { default as Button, BaseButton } from "./Button/index.js"; export { default as Checkbox } from "./Checkbox/index.js"; export { default as Input } from "./Input/index.js"; export { default as Link } from "./Link.js"; export { default as PageLayout } from "./PageLayout/index.js"; export { default as Modal, BaseModal } from "./Modal/index.js"; export { default as NavLink } from "./NavLink.js"; export { default as Throbber } from "./Throbber/index.js"; export { default as WithTooltip } from "./WithTooltip/index.js"; export { default as YouTubeVideo } from "./YouTubeVideo/index.js"; export { default as TextArea } from "./TextArea/index.js"; //# sourceMappingURL=index.js.map