UNPKG

@cainiaofe/cn-ui-m

Version:
6 lines (5 loc) 165 B
import { CnSwitch } from './switch'; import type { CnSwitchProps } from './types'; import './styles/index.scss'; export { CnSwitch }; export type { CnSwitchProps };