instanceRef.current?.hide()}>
37 |
38 | updateColor(e.hex)}
41 | onChangeComplete={(c: any) => updateColor(c.hex)}
42 | />
43 |
44 |
45 | updateColor(e.hex)}
49 | onChangeComplete={(c: any) => updateColor(c.hex)}
50 | />
51 |
52 |
53 | (config.lineWidth = Number(e.target.value))}
59 | />
60 | {config.lineWidth}
61 |
62 |
63 | }>
64 | (config.type = type)}
66 | className={clsx(s['toolbar-item'], config.type === type && s.active)}>
67 | {text}
68 |
69 |