UNPKG

@keen.io/ui-core

Version:

Keen visual components library

7 lines (6 loc) 147 B
import { FC } from 'react'; declare type Props = { message: string; }; declare const EmptySearch: FC<Props>; export default EmptySearch;