2026-03-09 06:28:03 +00:00

4 lines
166 B
TypeScript

export { default } from "./Switch.js";
export * from "./Switch.js";
export { default as switchClasses } from "./switchClasses.js";
export * from "./switchClasses.js";