interface NetworkComponentDetails {
    icon: ((props?: SvgIconProps) => ReactElement<any, string | JSXElementConstructor<any>>);
    name: string;
    slug: NetworkComponentSlug;
}

Properties

Properties

icon: ((props?: SvgIconProps) => ReactElement<any, string | JSXElementConstructor<any>>)
name: string