SourceIcon.d.ts 111 B

1234
  1. /// <reference types="react" />
  2. export declare function SourceIcon(props: {
  3. type: string;
  4. }): JSX.Element;