UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

7 lines 286 B
import React from 'react'; interface CheckboxIconProps extends React.ComponentPropsWithoutRef<'svg'> { indeterminate: boolean; } export declare function CheckboxIcon({ indeterminate, ...others }: CheckboxIconProps): JSX.Element; export {}; //# sourceMappingURL=CheckboxIcon.d.ts.map