UNPKG

@vuecs/navigation

Version:

A package for multi level navigations.

79 lines 2.9 kB
import type { Component, ExtractPublicPropTypes, PropType } from 'vue'; import type { ThemeClassesOverride, VariantValues } from '@vuecs/core'; import type { StepperThemeClasses } from './types'; declare const stepperSeparatorProps: { /** Render the consumer's slot child as the separator root (Reka `asChild` pattern). */ asChild: { type: BooleanConstructor; default: boolean; }; /** HTML tag to render. */ as: { type: PropType<string | Component>; default: string; }; /** Theme-class overrides for this component instance. */ themeClass: { type: PropType<ThemeClassesOverride<StepperThemeClasses>>; default: any; }; /** Theme-variant values for this component instance. */ themeVariant: { type: PropType<VariantValues>; default: any; }; }; export type StepperSeparatorProps = ExtractPublicPropTypes<typeof stepperSeparatorProps>; declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ /** Render the consumer's slot child as the separator root (Reka `asChild` pattern). */ asChild: { type: BooleanConstructor; default: boolean; }; /** HTML tag to render. */ as: { type: PropType<string | Component>; default: string; }; /** Theme-class overrides for this component instance. */ themeClass: { type: PropType<ThemeClassesOverride<StepperThemeClasses>>; default: any; }; /** Theme-variant values for this component instance. */ themeVariant: { type: PropType<VariantValues>; default: any; }; }>, () => 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<{ /** Render the consumer's slot child as the separator root (Reka `asChild` pattern). */ asChild: { type: BooleanConstructor; default: boolean; }; /** HTML tag to render. */ as: { type: PropType<string | Component>; default: string; }; /** Theme-class overrides for this component instance. */ themeClass: { type: PropType<ThemeClassesOverride<StepperThemeClasses>>; default: any; }; /** Theme-variant values for this component instance. */ themeVariant: { type: PropType<VariantValues>; default: any; }; }>> & Readonly<{}>, { as: string; themeClass: ThemeClassesOverride<StepperThemeClasses>; themeVariant: VariantValues; asChild: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=StepperSeparator.vue.d.ts.map