UNPKG

@fluster.io/dev

Version:

7 lines (6 loc) 171 B
import { ReactNode } from 'react'; import { IconProps } from '../types'; export declare const GolangIcon: { (props: IconProps): ReactNode; displayName: string; };