Added Tooltip Component
This commit is contained in:
@@ -21,6 +21,7 @@ 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 { default as Tooltip } from "../src/components/Tooltip.astro";
|
||||
export { cn } from "../src/utils/cn.js";
|
||||
`;
|
||||
|
||||
@@ -41,6 +42,7 @@ export const PasswordField: any;
|
||||
export const ThemeSwitcher: any;
|
||||
export const TimePicker: any;
|
||||
export const Drawer: any;
|
||||
export const Tooltip: any;
|
||||
export function cn(...classes: Array<string | number | false | null | undefined>): string;
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user