UNPKG

@trellixio/roaster-coffee

Version:
10 lines 510 B
import React from 'react'; import { PolymorphicComponentPropWithRef } from '@/types'; export declare type HyperlinkCardProps<C extends React.ElementType> = PolymorphicComponentPropWithRef<C, { /** HyperlinkCard content */ children?: React.ReactNode; }>; declare type HyperlinkCardComponent = <C extends React.ElementType = 'a'>(props: HyperlinkCardProps<C>) => React.ReactElement | null; export declare const HyperlinkCard: HyperlinkCardComponent; export {}; //# sourceMappingURL=HyperlinkCard.d.ts.map