UNPKG

210 BTypeScriptView Raw
1interface Props {
2 children: Function;
3 props: Record<string, any> | string;
4 theme: Record<string, any>;
5}
6declare const _default: ({ children, props, theme }: Props) => any;
7export default _default;