@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
28 lines (27 loc) • 594 B
TypeScript
export declare enum KeyEnum {
'error' = 0,
'warning' = 1,
'info' = 2,
'success' = 3,
'message' = 4,
'close' = 5,
'form-description' = 6,
'of' = 7,
'characters' = 8,
'new' = 9,
'no-entries' = 10,
'change-order' = 11,
'action-running' = 12,
'action-done' = 13,
'page-first' = 14,
'page-back' = 15,
'page-next' = 16,
'page-last' = 17,
'entries-per-site' = 18,
'page-current' = 19,
'page-selected' = 20,
'page-per-site' = 21,
'logo-description' = 22,
'open-link-in-tab' = 23,
'kolibri-logo' = 24
}