UNPKG

@itgold/grandbazar-ui-kit

Version:

Grandbazar.io UI component library: React, Typescript, Tailwind, Rollup, Storybook, Jest.

7 lines (6 loc) 218 B
/// <reference types="react" /> export type TContainerProps = { children: React.ReactNode; className: string; }; export declare function Container({ children, className }: TContainerProps): React.ReactElement;