UNPKG

@als-tp/als-react-ts-ui

Version:

A comprehensive React TypeScript UI component library built with Base UI by ALSInnovation

5 lines 292 B
import { ALSSwitch } from "./ALSSwitch"; import type { ALSSwitchProps, ALSSwitchSize, ALSSwitchColor, ALSSwitchLabelPosition } from "./ALSSwitch"; export { ALSSwitch }; export type { ALSSwitchProps, ALSSwitchSize, ALSSwitchColor, ALSSwitchLabelPosition, }; //# sourceMappingURL=index.d.ts.map