Files
talk/plugin-api/alpha/client/selectors/index.js
T
2018-01-11 20:00:34 -07:00

4 lines
154 B
JavaScript

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