UNPKG

@yamada-ui/checkbox

Version:

Yamada UI checkbox component

9 lines (6 loc) 338 B
import * as _yamada_ui_core from '@yamada-ui/core'; import { HTMLUIProps } from '@yamada-ui/core'; interface CheckboxCardDescriptionProps extends HTMLUIProps { } declare const CheckboxCardDescription: _yamada_ui_core.Component<"div", CheckboxCardDescriptionProps>; export { CheckboxCardDescription, type CheckboxCardDescriptionProps };