Page MenuHomec4science

createBox.d.ts
No OneTemporary

File Metadata

Created
Wed, Feb 19, 03:38

createBox.d.ts

import Box from './Box';
export default function createBox(options?: {
defaultTheme: object;
defaultClassName?: string;
generateClassName?: (componentName: string) => string;
}): typeof Box;

Event Timeline