Files
stellar/client/tailwind.config.d.ts
jason 177be6332b
Some checks failed
CI / validate (push) Has been cancelled
M0
2026-03-22 23:33:24 -05:00

16 lines
305 B
TypeScript

declare const _default: {
content: string[];
theme: {
extend: {
colors: {
ink: string;
glow: string;
ember: string;
nebula: string;
};
};
};
plugins: any[];
};
export default _default;