close
Skip to Content
React Flow Pro is now integrated into reactflow.dev! Read more here →

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