buster/apps/web/src/components/ui/report/plugins/buster-stream-kit.tsx

5 lines
193 B
TypeScript
Raw Normal View History

2025-08-06 05:15:52 +08:00
import { BannerPlugin } from './buster-stream-plugin';
import { CharacterCounterPlugin } from './character-counter-kit';
2025-08-06 04:43:37 +08:00
export const BusterStreamKit = [BannerPlugin, CharacterCounterPlugin];