You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
190 B

2 years ago
  1. import React from 'react';
  2. import './index.less';
  3. declare const HelloWorld: React.FC<{
  4. name4: string;
  5. age3: string;
  6. }>;
  7. export default HelloWorld;
  8. //# sourceMappingURL=index.d.ts.map