UNPKG

@reactant/platform

Version:
7 lines (6 loc) 153 B
import { FC } from 'react'; export interface ReactantProps { [key: string]: any; } declare const Reactant: FC<ReactantProps>; export default Reactant;