UNPKG

tdesign-react

Version:
6 lines (5 loc) 326 B
import './style/index.js'; export type { SwitchProps } from './Switch'; export * from './type'; export declare const Switch: <T extends import("./type").SwitchValue = import("./type").SwitchValue>(props: import("./Switch").SwitchProps<T> & React.RefAttributes<HTMLButtonElement>) => React.ReactElement; export default Switch;