UNPKG

@appbuckets/react-ui

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