@dialpad/dialtone
Version:
Dialpad's Dialtone design system monorepo
44 lines • 1.79 kB
TypeScript
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
$slots: S;
});
declare const __VLS_component: import('vue').DefineComponent<{}, {
class: string | unknown[] | Record<string, any>;
id: string;
collapsed: boolean;
resizable: boolean;
collapsible: boolean;
initialSize?: string | undefined;
userMinSize?: string | undefined;
userMaxSize?: string | undefined;
systemMinSize?: string | undefined;
systemMaxSize?: string | undefined;
collapseSize?: string | undefined;
$props: {
readonly class?: string | unknown[] | Record<string, any> | undefined;
readonly id?: string | undefined;
readonly collapsed?: boolean | undefined;
readonly resizable?: boolean | undefined;
readonly collapsible?: boolean | undefined;
readonly initialSize?: string | undefined;
readonly userMinSize?: string | undefined;
readonly userMaxSize?: string | undefined;
readonly systemMinSize?: string | undefined;
readonly systemMaxSize?: string | undefined;
readonly collapseSize?: string | undefined;
};
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
type __VLS_TemplateResult = {
attrs: Partial<{}>;
slots: {
default?(_: {
panel: any;
isCollapsed: any;
isResizing: boolean;
}): any;
};
refs: {};
rootEl: HTMLDivElement;
};
//# sourceMappingURL=resizable_panel.vue.d.ts.map