UNPKG

@madeja-studio/telar

Version:

UI component library by Madeja Studio

10 lines (8 loc) 147 B
import { defaultTheme } from './theme'; declare global { namespace Telar { interface Theme { button: typeof defaultTheme; } } }