Skip to content

Commit f70c65e

Browse files
committed
chore: add type ToolbarOptions
1 parent 2c44d9d commit f70c65e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/options.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Quill toolbar options
2+
export type ToolbarOptions = typeof toolbarOptions
23
export const toolbarOptions = {
34
essential: [
45
[{ 'header': [1, 2, 3, 4, 5, 6, false] }],

0 commit comments

Comments
 (0)