kjelsrud.dev/node_modules/tailwindcss/colors.d.ts
sindrekjelsrud bb41712ce4 add TailwindCSS
+ a lot of node_modules?? unsure what happened
2023-07-20 20:28:44 +02:00

3 lines
114 B
TypeScript

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