UNPKG

@cocoy/kit-components

Version:

一些前端组件

5 lines (4 loc) 187 B
import type { SwitchProps } from 'antd'; export type LoadableSwitchProps = Omit<SwitchProps, 'loading'>; declare const LoadableSwitch: FC<LoadableSwitchProps>; export { LoadableSwitch };