UNPKG

@kelvininc/ui-components

Version:
12 lines (11 loc) 235 B
export declare enum ETreeItemState { None = "none", Info = "info", Warning = "warning", Error = "error", Success = "success" } export declare enum ETreeItemLabelSize { Regular = "regular", Small = "small" }