UNPKG

@reactant/web

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