radix-vue
Version:
Vue port for Radix UI Primitives.
33 lines (32 loc) • 1.04 kB
TypeScript
import type { TeleportProps } from '../Teleport';
export interface SelectPortalProps extends TeleportProps {
}
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
to: {
type: import("vue").PropType<string | HTMLElement>;
};
disabled: {
type: import("vue").PropType<boolean>;
};
forceMount: {
type: import("vue").PropType<boolean>;
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
to: {
type: import("vue").PropType<string | HTMLElement>;
};
disabled: {
type: import("vue").PropType<boolean>;
};
forceMount: {
type: import("vue").PropType<boolean>;
};
}>>, {}, {}>, {
default?(_: {}): any;
}>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};