UNPKG

@blueprintjs/core

Version:
8 lines (7 loc) 215 B
/** Alignment along the horizontal axis. */ export declare const Alignment: { CENTER: "center"; LEFT: "left"; RIGHT: "right"; }; export declare type Alignment = typeof Alignment[keyof typeof Alignment];