Keine Beschreibung

colors.d.ts 114B

1234
  1. import type { DefaultColors } from './types/generated/colors'
  2. declare const colors: DefaultColors
  3. export = colors