UNPKG

baseui

Version:

A React Component library implementing the Base design language

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