mirror of
https://gitee.com/dromara/go-view.git
synced 2025-08-16 18:39:46 +08:00
5 lines
143 B
TypeScript
5 lines
143 B
TypeScript
import { TextCloudConfig } from './TextCloud/index'
|
|
import { ImageConfig } from './Image/index'
|
|
|
|
export default [ImageConfig, TextCloudConfig]
|