Create MediaInfo.css.d.ts

pull/7671/head
Ender 2 months ago committed by GitHub
parent da1a11e5dc
commit b7b4c0bf9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,8 @@
// This file is automatically generated.
// Please do not change this file!
interface CssExports {
'audioInfo': string;
'mediaInfo': string;
}
export const cssExports: CssExports;
export default cssExports;
Loading…
Cancel
Save