mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
Experimental Editor component
This commit is contained in:
parent
5afb16f953
commit
8b8ffbf79a
14 changed files with 3597 additions and 4215 deletions
2
types/Editor/Editor.svelte.d.ts
vendored
2
types/Editor/Editor.svelte.d.ts
vendored
|
@ -75,7 +75,7 @@ export interface EditorProps {
|
|||
text?: string;
|
||||
|
||||
/**
|
||||
* @default { modules: { toolbar }, theme: 'snow', placeholder }
|
||||
* @default { modules: { toolbar, }, theme: "snow", placeholder, }
|
||||
*/
|
||||
options?: { modules: { toolbar }; theme: "snow"; placeholder };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue