UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

7 lines 307 B
import { ComponentPropsWithoutRef, FunctionComponent } from 'react'; interface CheckboxIconProps extends ComponentPropsWithoutRef<'svg'> { indeterminate: boolean | undefined; } export declare const CheckboxIcon: FunctionComponent<CheckboxIconProps>; export {}; //# sourceMappingURL=CheckboxIcon.d.ts.map