UNPKG

@kadconsulting/dry

Version:
6 lines (5 loc) 242 B
import React from 'react'; import type { InfoTextProps } from './InfoTextTypes'; import './InfoText.scss'; declare const InfoText: React.ForwardRefExoticComponent<InfoTextProps & React.RefAttributes<HTMLDivElement>>; export default InfoText;