mirror of
https://github.com/langgenius/dify.git
synced 2025-11-27 11:26:52 +00:00
13 lines
288 B
TypeScript
13 lines
288 B
TypeScript
import './types/i18n'
|
|
import './types/jsx'
|
|
import './types/mdx'
|
|
import './types/assets'
|
|
|
|
declare module 'lamejs';
|
|
declare module 'lamejs/src/js/MPEGMode';
|
|
declare module 'lamejs/src/js/Lame';
|
|
declare module 'lamejs/src/js/BitStream';
|
|
declare module 'react-18-input-autosize';
|
|
|
|
export { }
|