UNPKG

@appbuckets/react-ui

Version:
6 lines (5 loc) 222 B
import * as React from 'react'; import { Creatable } from '../generic'; import { ItemTextProps } from './ItemText.types'; declare const ItemText: Creatable<React.FunctionComponent<ItemTextProps>>; export default ItemText;