@vimeo/iris
Version:
Vimeo Design System
7 lines (6 loc) • 350 B
TypeScript
import { TokenValue } from '../../util';
export declare const text: {
(grade: number): TokenValue | (({ theme }: import("../../util").ThemeObject) => TokenValue);
primary: TokenValue | (({ theme }: import("../../util").ThemeObject) => TokenValue);
secondary: TokenValue | (({ theme }: import("../../util").ThemeObject) => TokenValue);
};