UNPKG

@madeja-studio/telar

Version:

UI component library by Madeja Studio

4 lines (2 loc) 122 B
import type { defaultTheme } from './theme'; export type Color = keyof Omit<(typeof defaultTheme)['color'], 'disabled'>;