shared.d.ts 246 B

1234
  1. export declare function getSlotsPropertyName(vueVersion: number): "$scopedSlots" | "$slots";
  2. export { hyphenate as hyphenateTag } from '@vue/shared';
  3. export declare function hyphenateAttr(str: string): string;
  4. //# sourceMappingURL=shared.d.ts.map