UNPKG

phx-react

Version:

PHX REACT

9 lines (8 loc) 230 B
import React from 'react'; interface Props { className?: string; title?: string; description?: string; } export declare function PHXEmptySearch({ className, description, title, }: Props): React.JSX.Element; export {};