UNPKG

ornamentum

Version:
5 lines (4 loc) 131 B
/** * View position type model. */ export declare type ViewPosition = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';