UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

9 lines (8 loc) 187 B
/** * Determines where within its grid tile should a field be aligned vertically */ export declare enum FieldAlignment { TOP = "top", CENTER = "center", BOTTOM = "bottom" }