UNPKG

@crossed/ui

Version:

A universal & performant styling library for React Native, Next.js & React

18 lines (17 loc) 420 B
import { withStaticProperties } from "@crossed/core"; import { SwitchTrack } from "./Track"; import { SwitchLabel } from "./Label"; import { SwitchPreset } from "./Preset"; import { Root } from "./Root"; const Switch = withStaticProperties(Root, { Thumb: SwitchTrack, Label: SwitchLabel, Preset: SwitchPreset }); export { Switch, SwitchLabel, SwitchPreset, SwitchTrack }; //# sourceMappingURL=index.js.map