9 lines
142 B
JavaScript
9 lines
142 B
JavaScript
|
export default () => ({
|
||
|
id: null,
|
||
|
type: 'contentState',
|
||
|
selectionStart: 0,
|
||
|
selectionEnd: 0,
|
||
|
scrollPosition: null,
|
||
|
updated: 0,
|
||
|
});
|