22 lines
413 B
TypeScript
22 lines
413 B
TypeScript
export declare const SOLID_TEMPLATE: {
|
|
files: {
|
|
"/App.tsx": {
|
|
code: string;
|
|
};
|
|
"/index.tsx": {
|
|
code: string;
|
|
};
|
|
"/index.html": {
|
|
code: string;
|
|
};
|
|
"/package.json": {
|
|
code: string;
|
|
};
|
|
"/styles.css": {
|
|
code: string;
|
|
};
|
|
};
|
|
main: string;
|
|
environment: string;
|
|
};
|