UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

13 lines (12 loc) 284 B
interface Props { styles?: string; children?: JSX.Element | any; } declare const CustomCssWrapperComponent: { ({ styles, children }: Props): JSX.Element; defaultProps: { styles: string; children: string; }; }; export { CustomCssWrapperComponent };