| Current Path : /home/emeraadmin/public_html/node_modules/tss-react/tools/ |
| Current File : /home/emeraadmin/public_html/node_modules/tss-react/tools/ReactComponent.d.ts |
import type { FC, ComponentClass } from "react";
export declare type ReactComponent<Props> = ((props: Props) => ReturnType<FC>) | ComponentClass<Props>;