Align
The Align
type contains the values expected by the align
prop of the NodeToolbar component
export type Align = 'center' | 'start' | 'end';
Last updated on
The Align
type contains the values expected by the align
prop of the NodeToolbar component
export type Align = 'center' | 'start' | 'end';