@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
9 lines (8 loc) • 371 B
TypeScript
import type { SimpleGridFactory, SimpleGridProps, SimpleGridStylesNames } from './SimpleGrid';
export { SimpleGrid } from './SimpleGrid';
export type { SimpleGridProps, SimpleGridStylesNames, SimpleGridFactory };
export declare namespace SimpleGrid {
type Props = SimpleGridProps;
type StylesNames = SimpleGridStylesNames;
type Factory = SimpleGridFactory;
}