UNPKG

rax-text

Version:
4 lines (3 loc) 216 B
import { ForwardRefExoticComponent } from 'rax'; import { TextProps } from '../types'; export default function wrapDefaultProperties(Text: ForwardRefExoticComponent<TextProps>): ForwardRefExoticComponent<TextProps>;