UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

12 lines (11 loc) 343 B
export declare enum SelectionType { All = "Select all items on this page", UnselectAll = "Unselect all items on this page", None = "Unselect all items", AllPages = "Select all items on all pages" } export declare enum CheckboxStatus { Checked = "checked", Indeterminate = "indeterminate", Unchecked = "unchecked" }