tab-bar.vue.d.ts 923 B

123456789101112131415161718
  1. import { TabPaneName, TabsPaneContext } from "./constants.js";
  2. import { TabBarProps } from "./tab-bar.js";
  3. import * as _$vue from "vue";
  4. import { CSSProperties } from "vue";
  5. //#region ../../packages/components/tabs/src/tab-bar.vue.d.ts
  6. declare const __VLS_export: _$vue.DefineComponent<TabBarProps, {
  7. /** @description tab root html element */ref: _$vue.Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>; /** @description method to manually update tab bar style, return the updated style */
  8. update: () => CSSProperties;
  9. }, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<TabBarProps> & Readonly<{}>, {
  10. tabs: TabsPaneContext[];
  11. tabRefs: {
  12. [key: TabPaneName]: HTMLDivElement;
  13. };
  14. }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
  15. declare const _default: typeof __VLS_export;
  16. //#endregion
  17. export { _default as default };