14 lines
257 B
TypeScript
14 lines
257 B
TypeScript
![]() |
declare const _default: {
|
||
|
content: string[];
|
||
|
theme: {
|
||
|
extend: {
|
||
|
colors: {
|
||
|
background: string;
|
||
|
foreground: string;
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
plugins: never[];
|
||
|
};
|
||
|
export default _default;
|