UNPKG

@nocobase/plugin-action-import

Version:

Import records using excel templates. You can configure which fields to import and templates will be generated automatically.

4 lines (3 loc) 145 B
import React from 'react'; export declare const ImportActionContext: React.Context<any>; export declare const useImportActionContext: () => any;