Comparing version 2.3.0 to 2.3.1
@@ -11,2 +11,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
disableToolbar?: boolean | undefined; | ||
placeholder?: string | undefined; | ||
}; | ||
@@ -13,0 +14,0 @@ events: { |
@@ -7,2 +7,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
value?: string | undefined; | ||
placeholder?: string | undefined; | ||
elem: HTMLDivElement; | ||
@@ -9,0 +10,0 @@ handleScroll: (e: UIEvent) => void; |
@@ -14,3 +14,3 @@ { | ||
}, | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"scripts": { | ||
@@ -17,0 +17,0 @@ "dev": "vite dev", |
@@ -84,2 +84,3 @@ <div align="center"> | ||
| `value` | `string` | Markdown input | | ||
| `placeholder` | `string` | Placeholder text for textarea | | ||
| `mode` | `'tabs' \| 'split' \| 'auto'` | Tabs settings | | ||
@@ -86,0 +87,0 @@ | `disableToolbar` | `boolean` | Option to disable the toolbar | |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
91544
2078
151