import { SchemaComponentOptions } from '@nocobase/client'; import React from 'react'; import { ExportActionInitializer, ExportDesigner, ExportInitializerProvider, useExportAction } from './'; export const ExportPluginProvider = (props: any) => { return ( {props.children} ); };