Files
stellar/client/tailwind.config.d.ts

16 lines
305 B
TypeScript
Raw Normal View History

2026-03-22 23:33:24 -05:00
declare const _default: {
content: string[];
theme: {
extend: {
colors: {
ink: string;
glow: string;
ember: string;
nebula: string;
};
};
};
plugins: any[];
};
export default _default;