source:
node_modules/tailwindcss/dist/flatten-color-palette.d.ts
| Last change on this file was 2058e5c, checked in by , 6 months ago | |
|---|---|
|
|
| File size: 186 bytes | |
| Line | |
|---|---|
| 1 | type Colors = { |
| 2 | [key: string | number]: string | Colors; |
| 3 | }; |
| 4 | declare function flattenColorPalette(colors: Colors): Record<string, string>; |
| 5 | |
| 6 | export { flattenColorPalette as default }; |
Note:
See TracBrowser
for help on using the repository browser.
