empty.vue.d.ts 912 B

12345678910111213141516171819202122232425
  1. import { EmptyProps } from "./empty.js";
  2. import * as _$vue from "vue";
  3. //#region ../../packages/components/empty/src/empty.vue.d.ts
  4. declare var __VLS_1: {}, __VLS_8: {}, __VLS_10: {};
  5. type __VLS_Slots = {} & {
  6. image?: (props: typeof __VLS_1) => any;
  7. } & {
  8. description?: (props: typeof __VLS_8) => any;
  9. } & {
  10. default?: (props: typeof __VLS_10) => any;
  11. };
  12. declare const __VLS_base: _$vue.DefineComponent<EmptyProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<EmptyProps> & Readonly<{}>, {
  13. description: string;
  14. image: string;
  15. }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
  16. declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
  17. declare const _default: typeof __VLS_export;
  18. type __VLS_WithSlots<T, S> = T & {
  19. new (): {
  20. $slots: S;
  21. };
  22. };
  23. //#endregion
  24. export { _default as default };