UNPKG

@university-ecosystem/ui-kit

Version:
4 lines (3 loc) 216 B
import type { Theme } from '@emotion/react'; import { ButtonColor, ButtonColorValues } from './interfaces'; export declare const ButtonColorMap: (theme: Theme) => Record<keyof typeof ButtonColor, ButtonColorValues>;