UNPKG

monday-ui-react-core

Version:

Official monday.com UI resources for application development in React.js

7 lines (6 loc) 247 B
import * as React from 'react'; export interface ItemHeightDoubleProps extends React.SVGAttributes<SVGElement> { size?: string | number; } declare const ItemHeightDouble: React.FC<ItemHeightDoubleProps>; export default ItemHeightDouble;