ancient-ui
Advanced tools
Comparing version 0.1.9 to 0.1.10
export declare const aileronFonts: LocalFont[]; | ||
type LocalFont = { | ||
path: string; | ||
weight: string; | ||
style: "normal" | "italic" | "oblique" | string; | ||
weight?: string; | ||
style?: "normal" | "italic" | "oblique" | string; | ||
}; | ||
export {}; |
@@ -11,5 +11,5 @@ export const aileronFonts: LocalFont[] = [ | ||
path: string; | ||
weight: string; // Adjust the type according to your font library's requirements | ||
style: "normal" | "italic" | "oblique" | string; // Adjust as needed | ||
weight?: string; // Adjust the type according to your font library's requirements | ||
style?: "normal" | "italic" | "oblique" | string; // Adjust as needed | ||
// Add more properties if necessary | ||
}; |
{ | ||
"name": "ancient-ui", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -11,5 +11,5 @@ export const aileronFonts: LocalFont[] = [ | ||
path: string; | ||
weight: string; // Adjust the type according to your font library's requirements | ||
style: "normal" | "italic" | "oblique" | string; // Adjust as needed | ||
weight?: string; // Adjust the type according to your font library's requirements | ||
style?: "normal" | "italic" | "oblique" | string; // Adjust as needed | ||
// Add more properties if necessary | ||
}; |
4619392