UNPKG

ponchojs

Version:

Poncho

11 lines (10 loc) 358 B
/// <reference types="react" /> declare type TextVariants = 'muted' | 'primary' | 'success' | 'info' | 'warning' | 'danger'; declare type Props = { variant?: TextVariants; icon: string; title: string; subtitle: string; }; export declare const Featured: import("react").MemoExoticComponent<(props: Props) => JSX.Element>; export {};