UNPKG

@cainiaofe/cn-ui-m

Version:
5 lines (4 loc) 171 B
import React from 'react'; import type { CnSwitchProps } from './types'; declare const Switch: (props: CnSwitchProps) => React.JSX.Element; export { Switch as CnSwitch };