@vimeo/iris
Version:
Vimeo Design System
8 lines (7 loc) • 443 B
TypeScript
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);
};