UNPKG

box-ui-elements

Version:
5 lines (4 loc) 203 B
import * as React from 'react'; import { Icon } from '../iconTypes'; declare const TaskEmptyState: ({ className, color, height, title, width }: Icon) => React.JSX.Element; export default TaskEmptyState;