UNPKG

@dialpad/dialtone-vue

Version:

Vue component library for Dialpad's design system Dialtone

16 lines (15 loc) 371 B
//#region components/list_item/list_item_constants.js var e = { DEFAULT: "default", CUSTOM: "custom" }, t = { ARROW_KEYS: "arrow-keys", TAB: "tab", NONE: "none" }, n = { LIST_ITEM_TYPES: e, LIST_ITEM_NAVIGATION_TYPES: t }; //#endregion export { t as LIST_ITEM_NAVIGATION_TYPES, e as LIST_ITEM_TYPES, n as default }; //# sourceMappingURL=list-item-constants.js.map