UNPKG

@conduction/components

Version:

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

8 lines (7 loc) 215 B
/// <reference types="react" /> export interface MetaIconProps { icon: JSX.Element; label: string; value: string; } export declare const MetaIcon: ({ icon, label, value }: MetaIconProps) => JSX.Element;