@skyux/layout
Version:
This library was generated with [Nx](https://nx.dev).
15 lines (14 loc) • 334 B
TypeScript
/**
* @deprecated Use `SkyActionButtonContainerAlignItemsType` instead.
* @internal
*/
export declare const enum SkyActionButtonContainerAlignItems {
/**
* Displays the action buttons as center-aligned.
*/
Center = "center",
/**
* Displays the action buttons as left-aligned.
*/
Left = "left"
}