UNPKG

react-admin-kit

Version:

A react based UI components for admin system

6 lines (5 loc) 244 B
import React from 'react'; import type { SchemaFormProps, SchemaFormSelfProps } from './types'; declare const SchemaForm: React.FC<SchemaFormProps>; export default SchemaForm; export declare const SchemaFormType: React.FC<SchemaFormSelfProps>;