UNPKG

theme-vir

Version:
4 lines (3 loc) 212 B
import { type ThemeOptions } from './theme-options.js'; import { type Theme } from './theme.js'; export declare function createTheme<TagPrefix extends string>(options: ThemeOptions<TagPrefix>): Theme<TagPrefix>;