UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

12 lines 352 B
import { FunctionComponent, PropsWithChildren } from 'react'; interface BlankSlateProps { /** * Whether the Blankslate render with a border * * @default true */ withBorder?: boolean; } export declare const BlankSlate: FunctionComponent<PropsWithChildren<BlankSlateProps>>; export {}; //# sourceMappingURL=BlankSlate.d.ts.map