DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
228 Bytes
export { default as Root } from "./components/switch.svelte";
export { default as Thumb } from "./components/switch-thumb.svelte";
export { default as Input } from "./components/switch-input.svelte";
export * from "./types.js";