@sandlada/vue-mdc
Version:

24 lines • 909 B
TypeScript
/**
* @license
* Copyright 2025 Sandlada & Kai Orion
* SPDX-License-Identifier: MIT
*/
export declare const TypographyVariant: {
readonly LabelSmall: "label-small";
readonly LabelMedium: "label-medium";
readonly LabelLarge: "label-large";
readonly BodySmall: "body-small";
readonly BodyMedium: "body-medium";
readonly BodyLarge: "body-large";
readonly TitleSmall: "title-small";
readonly TitleMedium: "title-medium";
readonly TitleLarge: "title-large";
readonly HeadlineSmall: "headline-small";
readonly HeadlineMedium: "headline-medium";
readonly HeadlineLarge: "headline-large";
readonly DisplaySmall: "display-small";
readonly DisplayMedium: "display-medium";
readonly DisplayLarge: "display-large";
};
export type TTypographyVariant = typeof TypographyVariant[keyof typeof TypographyVariant];
//# sourceMappingURL=typography-variant.d.ts.map