UNPKG

baseui

Version:

A React Component library implementing the Base design language

8 lines (7 loc) 236 B
import * as React from 'react'; import type { StatefulCheckboxProps } from './types'; declare const StatefulCheckbox: { (props: StatefulCheckboxProps): React.JSX.Element; displayName: string; }; export default StatefulCheckbox;