@spicy-ui/core
Version:
A themable and extensible React UI library, ready to use out of the box
6 lines (5 loc) • 307 B
TypeScript
import { ExtendedGridProps } from '@spicy-ui/styled-system';
import { BoxProps } from '../Box';
export interface GridProps extends BoxProps, ExtendedGridProps {
}
export declare const Grid: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, GridProps, never>;