We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8aca5 commit dda17f0Copy full SHA for dda17f0
packages/richtext-lexical/src/index.ts
@@ -1051,7 +1051,7 @@ export { $convertFromMarkdownString } from './packages/@lexical/markdown/index.j
1051
1052
export { defaultRichTextValue } from './populateGraphQL/defaultValue.js'
1053
export { populate } from './populateGraphQL/populate.js'
1054
-export type { LexicalEditorProps, LexicalRichTextAdapter } from './types.js'
+export type { LexicalEditorProps, LexicalFieldAdminProps, LexicalRichTextAdapter } from './types.js'
1055
1056
export { createServerFeature } from './utilities/createServerFeature.js'
1057
0 commit comments