buncid/dist/test/next-app/my-app/tailwind.config.d.ts

14 lines
257 B
TypeScript
Raw Normal View History

2025-02-03 12:41:13 +00:00
declare const _default: {
content: string[];
theme: {
extend: {
colors: {
background: string;
foreground: string;
};
};
};
plugins: never[];
};
export default _default;