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