component.d.ts 121 B

123
  1. /// <reference types="miniprogram-api-typings" />
  2. declare const TComponent: typeof Component;
  3. export default TComponent;