@team-monolith/cds 0.31.2 → 0.31.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,6 +9,6 @@ export interface LexicalEditorProps {
|
|
|
9
9
|
*/
|
|
10
10
|
editable?: boolean;
|
|
11
11
|
/** 외부에서 플러그인을 주입하는 경우 활용함 */
|
|
12
|
-
children?: string | Element;
|
|
12
|
+
children?: JSX.Element | string | (JSX.Element | string)[];
|
|
13
13
|
}
|
|
14
14
|
export declare function LexicalEditor(props: LexicalEditorProps): JSX.Element;
|