UNPKG

@plurid/plurid-ui-components-react

Version:

Plurid User Interface Components for React

14 lines (13 loc) 262 B
export declare enum SizeTypes { small = "small", normal = "normal", large = "large" } export declare enum HorizontalPositions { left = "left", right = "right" } export declare enum VerticalPositions { top = "top", bottom = "bottom" }