Create a schema.ts file inside the tailwind-container folder and add the following content: export interface Schema { name: string; path: string; } ...
確定! 回上一頁