2022-01-15 22:35:32 +08:00
|
|
|
import { ImageConfig } from './Image/index'
|
2023-03-04 17:05:07 +08:00
|
|
|
import { ImageCarouselConfig } from './ImageCarousel/index'
|
2022-10-28 11:38:39 +08:00
|
|
|
import { IframeConfig } from './Iframe/index'
|
2022-09-18 13:07:44 +08:00
|
|
|
import { VideoConfig } from './Video/index'
|
2022-09-22 01:01:54 +08:00
|
|
|
import { WordCloudConfig } from './WordCloud/index'
|
2022-01-15 21:54:04 +08:00
|
|
|
|
2023-03-04 17:05:07 +08:00
|
|
|
export default [ImageConfig, ImageCarouselConfig, VideoConfig, IframeConfig, WordCloudConfig]
|