UNPKG

theme-vir

Version:
4 lines (3 loc) 273 B
import { type AllThemeOptions } from './theme-options.js'; import { type Theme } from './theme.js'; export declare function defineThemeElements<TagPrefix extends string>(options: Pick<AllThemeOptions<TagPrefix>, 'elementTagPrefix' | 'font'>): Theme<TagPrefix>['elements'];