UNPKG

theme-vir

Version:
5 lines (4 loc) 290 B
import { type CSSResult } from 'element-vir'; import { type FontSize, type FontStyle } from './theme-options.js'; export declare function createFontSizeCssValue(fontSize: Readonly<FontSize>): CSSResult; export declare function createFontStyleCss(fontStyle: Readonly<FontStyle>): CSSResult;