forked from hero/www_hero
4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
import type { Config } from './types/config'
|
|
declare const theme: Config['theme']
|
|
export = theme
|