@sandlada/vue-mdc
Version:

32 lines • 1.48 kB
TypeScript
/**
* @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