UNPKG

conduction-components

Version:

React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)

8 lines (7 loc) 184 B
import * as React from "react"; export interface MetaIconProps { icon: JSX.Element; label: string; value: string; } export declare const MetaIcon: React.FC<MetaIconProps>;