Files
talk/plugin-api/alpha/client/selectors/index.js
T
2018-01-30 17:18:09 +01:00

4 lines
160 B
JavaScript

export const commentBoxTagsSelector = state => state.stream.commentBoxTags;
export const commentClassNamesSelector = state =>
state.stream.commentClassNames;