UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

5 lines (4 loc) 157 B
import React from 'react'; import type { CheckboxProps } from '@mui/material'; declare const OnCheckbox: React.FC<CheckboxProps>; export default OnCheckbox;