UNPKG

gentics-ui-core

Version:

This is the common core framework for the Gentics CMS and Mesh UI, and other Angular applications.

3 lines (2 loc) 138 B
export declare type DropdownAlignment = 'left' | 'right'; export declare type DropdownWidth = 'contents' | 'trigger' | 'expand' | number;