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 8 | 1x 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`; |