remove datalink type
This commit is contained in:
15
src/types.ts
15
src/types.ts
@@ -1,15 +1,2 @@
|
|||||||
import type { IconDefinition } from '@fortawesome/free-solid-svg-icons';
|
|
||||||
|
|
||||||
export const themes = ['dark', 'light'] as const;
|
export const themes = ['dark', 'light'] as const;
|
||||||
export type Theme = typeof themes[number];
|
export type Theme = (typeof themes)[number];
|
||||||
|
|
||||||
export type NavLink = {
|
|
||||||
target: {
|
|
||||||
href: string;
|
|
||||||
newTab?: boolean;
|
|
||||||
};
|
|
||||||
content: {
|
|
||||||
text?: string;
|
|
||||||
icon?: IconDefinition;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
Reference in New Issue
Block a user