tdesign-react
Version:
TDesign Component for React
6 lines (5 loc) • 326 B
TypeScript
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;