15
client/tailwind.config.d.ts
vendored
Normal file
15
client/tailwind.config.d.ts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
declare const _default: {
|
||||
content: string[];
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
ink: string;
|
||||
glow: string;
|
||||
ember: string;
|
||||
nebula: string;
|
||||
};
|
||||
};
|
||||
};
|
||||
plugins: any[];
|
||||
};
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user