react-admin-kit
Version:
A react based UI components for admin system
8 lines (7 loc) • 421 B
TypeScript
import React from 'react';
import type { FormColumnType, OtherFormProps, SchemaFormProps, SchemaFormSelfProps } from './types';
declare const SchemaForm: React.FC<SchemaFormProps>;
export default SchemaForm;
export declare const SchemaFormSelfType: React.FC<SchemaFormSelfProps>;
export declare const SchemaFormOriginType: React.FC<OtherFormProps>;
export declare const FormColumnTypeComponent: React.FC<FormColumnType>;