UNPKG

matrix-react-sdk

Version:
9 lines (8 loc) 238 B
import React, { ComponentType } from "react"; interface Props { Icon: ComponentType<React.SVGAttributes<SVGElement>>; title: string; description: string; } declare const EmptyState: React.FC<Props>; export default EmptyState;