UNPKG

vajrazenui

Version:

VajraZenUI: Empower your React projects with a dynamic component library developed in React.JS, TypeScript and Styled-Components.

10 lines (9 loc) 178 B
export type GoogleFontTypes = { items: [ { family: string; variants: string[]; files: Record<string, string>; } ]; };