All files / @docs/producer/store constants.js

100% Statements 7/7
100% Branches 0/0
100% Functions 0/0
100% Lines 7/7

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 81x 1x 1x 1x 1x 1x 1x  
export const STATE_KEY = '@docs/producer';
export const POST_DOCUMENT = `${STATE_KEY}/post-document`;
export const SET_LOADING = `${STATE_KEY}/set-loading`;
export const SET_PAGES = `${STATE_KEY}/set-pages`;
export const SET_FILE_URI = `${STATE_KEY}/set-file-uri`;
export const SET_PREVIEW_VISIBLE = `${STATE_KEY}/set-preview-visible`;
export const RESOLVE_FILE = `${STATE_KEY}/resolve-file`;