UNPKG

@ai-stack/payloadcms

Version:

<p align="center"> <img alt="Payload AI Plugin" src="assets/payload-ai-intro.gif" width="100%" /> </p>

7 lines 295 B
/** * @license This software is licensed under the MIT License. */ import { PayloadAiPluginLexicalEditorFeature } from './fields/LexicalEditor/feature.server.js'; export { payloadAiPlugin } from './plugin.js'; export { PayloadAiPluginLexicalEditorFeature }; //# sourceMappingURL=index.d.ts.map