UNPKG

@dialpad/dialtone

Version:

Dialpad's Dialtone design system monorepo

34 lines 1.15 kB
export namespace POPOVER_PADDING_CLASSES { let none: undefined; let small: string; let medium: string; let large: string; } export namespace POPOVER_HEADER_FOOTER_PADDING_CLASSES { let none_1: undefined; export { none_1 as none }; let small_1: string; export { small_1 as small }; let medium_1: string; export { medium_1 as medium }; let large_1: string; export { large_1 as large }; } export const POPOVER_ROLES: string[]; export const POPOVER_CONTENT_WIDTHS: string[]; export const POPOVER_INITIAL_FOCUS_STRINGS: string[]; export const POPOVER_APPEND_TO_VALUES: string[]; export const POPOVER_STICKY_VALUES: (string | boolean)[]; export const POPOVER_DIRECTIONS: string[]; declare namespace _default { export { POPOVER_PADDING_CLASSES }; export { POPOVER_HEADER_FOOTER_PADDING_CLASSES }; export { POPOVER_ROLES }; export { POPOVER_CONTENT_WIDTHS }; export { POPOVER_INITIAL_FOCUS_STRINGS }; export { POPOVER_APPEND_TO_VALUES }; export { POPOVER_STICKY_VALUES }; export { POPOVER_DIRECTIONS }; } export default _default; //# sourceMappingURL=popover_constants.d.ts.map