UNPKG

@up-group-ui/react-controls

Version:
8 lines (7 loc) 170 B
/// <reference types="react" /> interface TileProps { title?: string; footer?: string | JSX.Element; maxHeight?: string | number; } export default TileProps;