UNPKG

@uiw-admin/components

Version:
7 lines (6 loc) 175 B
import React from 'react'; interface FormSelectProps { option?: HTMLOptionElement[]; } declare const FormCheckBox: React.FC<FormSelectProps>; export default FormCheckBox;