avatar.vue.d.ts 920 B

1234567891011121314151617181920212223242526
  1. import { AvatarProps } from "./avatar.js";
  2. import * as _$vue from "vue";
  3. import * as _$csstype from "csstype";
  4. //#region ../../packages/components/avatar/src/avatar.vue.d.ts
  5. declare var __VLS_12: {};
  6. type __VLS_Slots = {} & {
  7. default?: (props: typeof __VLS_12) => any;
  8. };
  9. declare const __VLS_base: _$vue.DefineComponent<AvatarProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
  10. error: (evt: Event) => void;
  11. }, string, _$vue.PublicProps, Readonly<AvatarProps> & Readonly<{
  12. onError?: ((evt: Event) => any) | undefined;
  13. }>, {
  14. src: string;
  15. fit: _$csstype.Property.ObjectFit;
  16. }, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
  17. declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
  18. declare const _default: typeof __VLS_export;
  19. type __VLS_WithSlots<T, S> = T & {
  20. new (): {
  21. $slots: S;
  22. };
  23. };
  24. //#endregion
  25. export { _default as default };