main.d.ts 57 B

12
  1. declare const aaa: (cc: string) => void;
  2. export { aaa };