@dialpad/dialtone
Version:
Dialpad's Dialtone design system monorepo
15 lines • 385 B
TypeScript
export namespace LIST_ITEM_TYPES {
let DEFAULT: string;
let CUSTOM: string;
}
export namespace LIST_ITEM_NAVIGATION_TYPES {
let ARROW_KEYS: string;
let TAB: string;
let NONE: string;
}
declare namespace _default {
export { LIST_ITEM_TYPES };
export { LIST_ITEM_NAVIGATION_TYPES };
}
export default _default;
//# sourceMappingURL=list_item_constants.d.ts.map