UNPKG

@vimeo/iris

Version:
8 lines (7 loc) 443 B
import { TokenValue } from '../../util'; export declare const surface: { (grade: number): TokenValue | (({ theme }: import("../../util").ThemeObject) => TokenValue); primary: TokenValue | (({ theme }: import("../../util").ThemeObject) => TokenValue); secondary: TokenValue | (({ theme }: import("../../util").ThemeObject) => TokenValue); tertiary: TokenValue | (({ theme }: import("../../util").ThemeObject) => TokenValue); };