Skip to Content

Align

Source on GitHub 

The Align type contains the values expected by the align prop of the NodeToolbar component

export type Align = 'center' | 'start' | 'end';
Last updated on