UNPKG

@hxui/angular

Version:

This README includes the steps that are necessary to import the HxUi-angular into a project or to contribute with development.

12 lines (11 loc) 183 B
export declare enum Context { None = 0, Success = 1, Warning = 2, Danger = 3, } export declare enum Size { Default = 0, Small = 1, Large = 2, }