UNPKG

@rsksmart/rif-ui

Version:

Exposes common components to be re used in RIF projects

9 lines (8 loc) 228 B
import { FC } from 'react'; export interface HeaderTongueProps { description: string; titleLine1: string; titleLine2: string; } declare const HeaderTongue: FC<HeaderTongueProps>; export default HeaderTongue;