source: node_modules/tailwindcss/dist/flatten-color-palette.d.mts

Last change on this file was 2058e5c, checked in by istevanoska <ilinastevanoska@…>, 6 months ago

Working / before login

  • Property mode set to 100644
File size: 186 bytes
Line 
1type Colors = {
2 [key: string | number]: string | Colors;
3};
4declare function flattenColorPalette(colors: Colors): Record<string, string>;
5
6export { flattenColorPalette as default };
Note: See TracBrowser for help on using the repository browser.