UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

4 lines 233 B
import { CheckboxGroupOption, CheckboxGroupProps, CheckboxProps, CheckboxShape } from "./type.mjs"; import { Checkbox } from "./Checkbox.mjs"; import { CheckboxGroup } from "./CheckboxGroup.mjs"; import { styles } from "./style.mjs";