UNPKG

@minimaltech/ra-infra

Version:

Minimal Technology ReactJS Infrastructure

4 lines (3 loc) 128 B
import React from 'react'; import { IApplication } from '../types'; export declare const RaApplication: React.FC<IApplication>;