chore(richtext-lexical): export LexicalFieldAdminProps (#11464)

This commit is contained in:
Alessio Gravili
2025-02-28 20:32:02 -07:00
committed by GitHub
parent 6d8aca5ab3
commit dda17f0c32

View File

@@ -1051,7 +1051,7 @@ export { $convertFromMarkdownString } from './packages/@lexical/markdown/index.j
export { defaultRichTextValue } from './populateGraphQL/defaultValue.js'
export { populate } from './populateGraphQL/populate.js'
export type { LexicalEditorProps, LexicalRichTextAdapter } from './types.js'
export type { LexicalEditorProps, LexicalFieldAdminProps, LexicalRichTextAdapter } from './types.js'
export { createServerFeature } from './utilities/createServerFeature.js'