UNPKG

react-overrides

Version:

Helper for create reusable components through Overrides Pattern

10 lines 257 B
// @flow export { getComponents } from "./getComponents"; export type { ExtractOverridesProps } from "./ExtractOverridesProps"; type TOObject = { (): { [string]: any } }; declare function returnObject(): any; export default (returnObject: TOObject);