Files
babel-tailwind/src/react-env.d.ts
2025-02-09 21:37:27 -05:00

6 lines
75 B
TypeScript

declare namespace React {
interface Attributes {
css?: string;
}
}