Added New Imports

This commit is contained in:
2025-08-22 15:28:21 +05:30
parent d7171a0405
commit 202ce3f27b
3 changed files with 3 additions and 3 deletions
+2
View File
@@ -20,6 +20,7 @@ export { default as OtpField } from "../src/components/OtpField.astro";
export { default as PasswordField } from "../src/components/PasswordField.astro";
export { default as ThemeSwitcher } from "../src/components/ThemeSwitcher.astro";
export { default as TimePicker } from "../src/components/TimePicker.astro";
export { default as Drawer } from "../src/components/Drawer.astro";
export { cn } from "../src/utils/cn.js";
`;
@@ -39,6 +40,7 @@ export const OtpField: any;
export const PasswordField: any;
export const ThemeSwitcher: any;
export const TimePicker: any;
export const Drawer: any;
export function cn(...classes: Array<string | number | false | null | undefined>): string;
`;