UNPKG

418 BSource Map (JSON)View Raw
1{"version":3,"file":"BaseComponent.types.js","sourceRoot":"../src/","sources":["BaseComponent.types.ts"],"names":[],"mappings":"","sourcesContent":["import { IRefObject } from './createRef';\n\n/**\n * BaseProps interface.\n *\n * @public\n * {@docCategory IBaseProps}\n */\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nexport interface IBaseProps<T = any> {\n componentRef?: IRefObject<T>;\n}\n"]}
\No newline at end of file