UNPKG

@dialpad/dialtone

Version:

Dialpad's Dialtone design system monorepo

23 lines 727 B
export const DANGER: "danger"; export const WARNING: "warning"; export const SUCCESS: "success"; export const MUTED: "muted"; export const MENTION: "mention"; export const LINK_VARIANTS: string[]; export namespace LINK_KIND_MODIFIERS { let _default: string; export { _default as default }; export let warning: string; export let danger: string; export let success: string; export let muted: string; export let mention: string; } export function getLinkKindModifier(kind: any, inverted: any): any; declare namespace _default { export { LINK_VARIANTS }; export { LINK_KIND_MODIFIERS }; export { getLinkKindModifier }; } export default _default; //# sourceMappingURL=link_constants.d.ts.map