3 lines
79 B
TypeScript
3 lines
79 B
TypeScript
export declare function SourceIcon(props: {
|
|
type: string;
|
|
}): JSX.Element;
|