Files
talk/plugin-api/alpha/client/selectors/index.js
T

4 lines
154 B
JavaScript

export const commentBoxTagsSelector = state => state.commentBox.tags;
export const commentClassNamesSelector = state =>
state.stream.commentClassNames;