UNPKG

@orca-fe/antd-plus

Version:
13 lines (12 loc) 529 B
import type { ReactElement } from 'react'; export declare const PassPropsContext: import("react").Context<Record<string, any>>; type PassPropsElementProps = { children?: ReactElement; __passPropsNameList?: string[]; __passPropsRoot?: boolean; }; export declare const PassPropsElement: (props: PassPropsElementProps & Record<string, any>) => import("react/jsx-runtime").JSX.Element; export declare const PassPropsInject: (props: { children?: ReactElement; }) => import("react/jsx-runtime").JSX.Element; export {};