@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
92 lines (91 loc) • 2.29 kB
TypeScript
/**
* @description
* Roles enum
* @enum {string}
*/
export declare enum ROLES {
ALERT = "alert",
ALERTDIALOG = "alertdialog",
APPLICATION = "application",
ARTICLE = "article",
ASSOCIATIONLIST = "associationlist",
ASSOCIATIONLISTITEMKEY = "associationlistitemkey",
ASSOCIATIONLISTITEMVALUE = "associationlistitemvalue",
BANNER = "banner",
BLOCKQUOTE = "blockquote",
BUTTON = "button",
CAPTION = "caption",
CELL = "cell",
CHECKBOX = "checkbox",
CODE = "code",
COLUMNHEADER = "columnheader",
COMBOBOX = "combobox",
COMPLEMENTARY = "complementary",
CONTENTINFO = "contentinfo",
DEFINITION = "definition",
DELETION = "deletion",
DIALOG = "dialog",
DIRECTORY = "directory",
DOCUMENT = "document",
EMPHASIS = "emphasis",
FEED = "feed",
FIGURE = "figure",
FORM = "form",
GRID = "grid",
GRIDCELL = "gridcell",
GROUP = "group",
HEADING = "heading",
IMG = "img",
INSERTION = "insertion",
LINK = "link",
LIST = "list",
LISTBOX = "listbox",
LISTITEM = "listitem",
LOG = "log",
MAIN = "main",
MARQUEE = "marquee",
MATH = "math",
MENU = "menu",
MENUBAR = "menubar",
MENUITEM = "menuitem",
MENUITEMCHECKBOX = "menuitemcheckbox",
MENUITEMRADIO = "menuitemradio",
METER = "meter",
NAVIGATION = "navigation",
NONE = "none",
NOTE = "note",
OPTION = "option",
PARAGRAPH = "paragraph",
PRESENTATION = "presentation",
PROGRESSBAR = "progressbar",
RADIO = "radio",
RADIOGROUP = "radiogroup",
REGION = "region",
ROW = "row",
ROWGROUP = "rowgroup",
ROWHEADER = "rowheader",
SCROLLBAR = "scrollbar",
SEARCH = "search",
SEARCHBOX = "searchbox",
SEPARATOR = "separator",
SLIDER = "slider",
SPINBUTTON = "spinbutton",
STATUS = "status",
STRONG = "strong",
SUBSCRIPT = "subscript",
SUPERSCRIPT = "superscript",
SWITCH = "switch",
TAB = "tab",
TABLE = "table",
TABLIST = "tablist",
TABPANEL = "tabpanel",
TERM = "term",
TEXTBOX = "textbox",
TIME = "time",
TIMER = "timer",
TOOLBAR = "toolbar",
TOOLTIP = "tooltip",
TREE = "tree",
TREEGRID = "treegrid",
TREEITEM = "treeitem"
}