SFS/components/dotlottie.d.ts
2025-12-19 12:47:57 +05:30

10 lines
167 B
TypeScript

import * as React from 'react';
declare module 'react' {
namespace JSX {
interface IntrinsicElements {
'dotlottie-wc': any;
}
}
}