delta-comic-core 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,8 +2,8 @@ import { PromiseContent, Stream } from '../utils/data';
2
2
  import { StyleValue } from 'vue';
3
3
  declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
4
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
- readonly onRetry?: () => any;
6
- readonly onResetRetry?: () => any;
5
+ readonly onRetry?: (() => any) | undefined;
6
+ readonly onResetRetry?: (() => any) | undefined;
7
7
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onRetry" | "onResetRetry"> & ({
8
8
  retriable?: boolean;
9
9
  hideError?: boolean;
@@ -21,7 +21,7 @@ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>
21
21
  styleLoading?: StyleValue;
22
22
  }) & Partial<{}>> & import('vue').PublicProps;
23
23
  expose(exposed: import('vue').ShallowUnwrapRef<{
24
- cont: Readonly<import('vue').ShallowRef<HTMLDivElement>>;
24
+ cont: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
25
25
  }>): void;
26
26
  attrs: any;
27
27
  slots: Readonly<{
@@ -29,7 +29,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
29
29
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
30
30
  anchors: "high" | "low" | number[];
31
31
  lockScroll: boolean;
32
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
33
33
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
34
34
  export default _default;
35
35
  type __VLS_WithTemplateSlots<T, S> = T & {