UNPKG

focus-components-v3

Version:

Focus web components to build applications (based on Material Design)

7 lines (5 loc) 198 B
export interface DisplayTextProps { className?: string; formattedInputValue?: string | number; } export default function DisplayText(props: DisplayTextProps): React.ReactElement<any>