UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

8 lines (7 loc) 288 B
export declare function isHtmlProp(prop: unknown): boolean; interface ResolvedPropsResult { styles: Record<string, any>; props: Record<string, any>; } export declare function useResolvedProps(inProps: any, cvaRecipe: any, shouldForwardProps: any): ResolvedPropsResult; export {};