UNPKG

@agendize/design-system

Version:
15 lines 695 B
import { FieldLayoutType, Mandatory, OverlayPosition } from "../../viewModel"; export interface Props { id: string; label: string; htmlLabel?: string; titleLevel?: number; mandatory: Mandatory; layout?: FieldLayoutType; toolTipPosition?: OverlayPosition; } declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, { toolTipPosition: OverlayPosition; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=FieldLabel.vue.d.ts.map