13 lines
583 B
TypeScript
13 lines
583 B
TypeScript
// 组件导出
|
|
export { BackgroundCanvas } from "./BackgroundCanvas";
|
|
export { CommentPanel } from "./CommentPanel";
|
|
export { CommentList } from "./CommentList";
|
|
export { CommentText } from "./CommentText";
|
|
export { ImageCarousel } from "./ImageCarousel";
|
|
export { ImageNavigationButtons } from "./ImageNavigationButtons";
|
|
export { MediaControls } from "./MediaControls";
|
|
export { NavigationButtons } from "./NavigationButtons";
|
|
export { ProgressBar } from "./ProgressBar";
|
|
export { SegmentedProgressBar } from "./SegmentedProgressBar";
|
|
export { VideoPlayer } from "./VideoPlayer";
|