split-panel.vue.d.ts 1.2 KB

123456789101112131415161718192021222324252627282930
  1. import { SplitterPanelProps } from "./split-panel.js";
  2. import * as _$vue from "vue";
  3. //#region ../../packages/components/splitter/src/split-panel.vue.d.ts
  4. declare var __VLS_1: {}, __VLS_15: {}, __VLS_18: {};
  5. type __VLS_Slots = {} & {
  6. default?: (props: typeof __VLS_1) => any;
  7. } & {
  8. 'start-collapsible'?: (props: typeof __VLS_15) => any;
  9. } & {
  10. 'end-collapsible'?: (props: typeof __VLS_18) => any;
  11. };
  12. declare const __VLS_base: _$vue.DefineComponent<SplitterPanelProps, {
  13. /** @description splitter-panel html element */splitterPanelRef: _$vue.Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
  14. }, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
  15. "update:size": (value: string | number) => void;
  16. }, string, _$vue.PublicProps, Readonly<SplitterPanelProps> & Readonly<{
  17. "onUpdate:size"?: ((value: string | number) => any) | undefined;
  18. }>, {
  19. resizable: boolean;
  20. }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
  21. declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
  22. declare const _default: typeof __VLS_export;
  23. type __VLS_WithSlots<T, S> = T & {
  24. new (): {
  25. $slots: S;
  26. };
  27. };
  28. //#endregion
  29. export { _default as default };