mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 03:05:24 +08:00
9 lines
206 B
JavaScript
9 lines
206 B
JavaScript
export {
|
|
addCommentClassName,
|
|
removeCommentClassName,
|
|
// @Deprecated
|
|
addCommentBoxTag as addTag,
|
|
// @Deprecated
|
|
removeCommentBoxTag as removeTag,
|
|
} from 'coral-embed-stream/src/actions/stream';
|