Skip to content

Commit

Permalink
run build
Browse files Browse the repository at this point in the history
  • Loading branch information
claireclark1 committed Oct 23, 2024
1 parent 2597908 commit 6674c5b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 69 deletions.
8 changes: 4 additions & 4 deletions src/utils/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export type MenuItem = {
label: string;
href: string;
isExternal?: boolean;
isButton?: boolean;
label: string;
href: string;
isExternal?: boolean;
isButton?: boolean;
};
8 changes: 4 additions & 4 deletions src/utils/utils.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { type ClassValue } from 'clsx';
import type { TransitionConfig } from 'svelte/transition';
export declare function cn(...inputs: ClassValue[]): string;
type FlyAndScaleParams = {
y?: number;
x?: number;
start?: number;
duration?: number;
y?: number;
x?: number;
start?: number;
duration?: number;
};
export declare const flyAndScale: (node: Element, params?: FlyAndScaleParams) => TransitionConfig;
export {};
61 changes: 0 additions & 61 deletions tailwind.config.d.ts

This file was deleted.

0 comments on commit 6674c5b

Please sign in to comment.