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 2c44d9d commit f70c65eCopy full SHA for f70c65e
src/components/options.ts
@@ -1,4 +1,5 @@
1
// Quill toolbar options
2
+export type ToolbarOptions = typeof toolbarOptions
3
export const toolbarOptions = {
4
essential: [
5
[{ 'header': [1, 2, 3, 4, 5, 6, false] }],
0 commit comments