d2da2d2a0758fb95b0e3d3691577eb7c8e16841439c53212fb081559d2b1f2711105cf1526090745bf2a31779eee870a6eb8d4c0a025864ba7f87e06a53102 730 B

12345678910111213141516
  1. declare function __VLS_template(): {
  2. title?(_: {}): any;
  3. default?(_: {}): any;
  4. };
  5. declare const __VLS_component: import("vue").DefineComponent<{
  6. readonly title: StringConstructor;
  7. }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
  8. readonly title: StringConstructor;
  9. }>>, {}>;
  10. declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
  11. export default _default;
  12. type __VLS_WithTemplateSlots<T, S> = T & {
  13. new (): {
  14. $slots: S;
  15. };
  16. };