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

3 lines
156 B
JavaScript

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