UNPKG

623 BSource Map (JSON)View Raw
1{"version":3,"file":"IComponentAs.js","sourceRoot":"../src/","sources":["IComponentAs.ts"],"names":[],"mappings":"","sourcesContent":["import * as React from 'react';\n\n/**\n * Properties used by render function interface for providing overrideable render callbacks.\n *\n * @public\n * {@docCategory IComponentAsProps}\n */\nexport type IComponentAsProps<T> = T & { defaultRender?: React.ComponentType<T> };\n\n/**\n * Render function interface for providing overrideable render callbacks.\n *\n * @public\n * {@docCategory IComponentAs}\n */\nexport type IComponentAs<T> = React.ComponentType<IComponentAsProps<T>>;\n"]}
\No newline at end of file