UNPKG

@siberiaweb/components

Version:
4 lines 178 B
/** * Позиция выпадающего списка относительно поля выбора. */ export type ListPosition = "auto" | "above" | "below" | "center";