UNPKG

radix-vue

Version:

Vue port for Radix UI Primitives.

38 lines (37 loc) 1.3 kB
import { type DialogOverlayImplProps } from "./DialogOverlayImpl"; export interface DialogOverlayProps extends DialogOverlayImplProps { /** * Used to force mounting when more control is needed. Useful when * controlling animation with Vue animation libraries. */ forceMount?: boolean; } declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{ forceMount: { type: import("vue").PropType<boolean>; }; asChild: { type: import("vue").PropType<boolean>; }; as: { type: import("vue").PropType<import("../Primitive").AsTag | import("vue").Component>; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ forceMount: { type: import("vue").PropType<boolean>; }; asChild: { type: import("vue").PropType<boolean>; }; as: { type: import("vue").PropType<import("../Primitive").AsTag | import("vue").Component>; }; }>>, {}, {}>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; };