UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

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