Skip to Content

对齐

¥Align

GitHub 上的源代码 

¥Source on GitHub 

Align 类型包含 NodeToolbar 组件的 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