2020-03-13 15:44:24 +05:30
|
|
|
export default () => ({
|
2020-04-22 19:07:51 +05:30
|
|
|
blobs: [],
|
2020-03-13 15:44:24 +05:30
|
|
|
loading: false,
|
|
|
|
data: null,
|
2022-06-21 17:19:12 +05:30
|
|
|
wrapTextNodes: false,
|
2020-03-13 15:44:24 +05:30
|
|
|
currentDefinition: null,
|
|
|
|
currentDefinitionPosition: null,
|
2020-05-24 23:13:21 +05:30
|
|
|
currentBlobPath: null,
|
2020-03-13 15:44:24 +05:30
|
|
|
});
|