UNPKG

roko-date-picker

Version:
7 lines (6 loc) 136 B
import { tColors } from "./t.colors"; import { tFont } from "./tFonts"; export type tTheme = { colors: tColors; font: tFont; };