UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

7 lines (6 loc) 319 B
import { CheckboxProps } from '@mui/material'; import { SystemStyleObject, Theme } from '@mui/system'; import { ComponentType } from 'react'; export declare const Container: ComponentType<any>; export declare const StyledCheckbox: ComponentType<CheckboxProps>; export declare const iconStyle: SystemStyleObject<Theme>;