Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

typings.d.ts 244 B

1 rok temu
12345678910
  1. declare module '*.css';
  2. declare module '*.less';
  3. declare module '*.png';
  4. declare module '*.svg' {
  5. export function ReactComponent(
  6. props: React.SVGProps<SVGSVGElement>,
  7. ): React.ReactElement;
  8. const url: string;
  9. export default url;
  10. }