Files
Astro-Component/src/index.ts
T
2025-08-16 22:52:33 +05:30

9 lines
452 B
TypeScript

export { default as Button } from "./components/Button.astro";
export { default as Form } from "./components/Form.astro";
export { default as Field } from "./components/Field.astro";
export { default as MultiSelect } from "./components/MultiSelect.astro";
export { default as ThemeSwitcher } from "./components/ThemeSwitcher.astro";
export { default as ColorSwitcher } from "./components/ColorSwitcher.astro";
// Utils
export { cn } from "./utils/cn";