Skip to content

Vizel API / react/src / UseVizelEditorOptions

Type Alias: UseVizelEditorOptions

ts
type UseVizelEditorOptions = VizelCreateEditorOptions;

Defined in: packages/react/src/hooks/useVizelEditor.ts:15

Options for useVizelEditor hook.

See

VizelCreateEditorOptions for available options.

Released under the MIT License.