UNPKG

@sandlada/vue-mdc

Version:

![Vue MDC Logo](https://raw.githubusercontent.com/sandlada/vue-mdc/refs/heads/main/docs/vue-mdc-cover.png)

32 lines 1.48 kB
/** * @license * Copyright 2025 Sandlada & Kai Orion * SPDX-License-Identifier: MIT */ import { type SlotsType } from 'vue'; import { type TTypograhySlots } from './typography.definition'; export declare const Typography: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ readonly variant: { readonly default: "body-medium"; readonly type: import("vue").PropType<import("./typography.definition").TTypographyVariant>; }; readonly tag: { readonly default: "span"; readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>; }; }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ readonly variant: { readonly default: "body-medium"; readonly type: import("vue").PropType<import("./typography.definition").TTypographyVariant>; }; readonly tag: { readonly default: "span"; readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>; }; }>> & Readonly<{}>, { readonly variant: import("./typography.definition").TTypographyVariant; readonly tag: keyof HTMLElementTagNameMap; }, SlotsType<TTypograhySlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=typography.d.ts.map