Files
langship.sh/web/types/css.d.ts
T

5 lines
191 B
TypeScript
Raw Normal View History

// Allow side-effect CSS imports like `import "@xyflow/react/dist/style.css"`.
// Next/webpack handles the actual loading; TS just needs to know the module
// exists.
declare module "*.css";