# Write Some Thing

By [Gwynn](https://paragraph.com/@gwynn) · 2022-10-23

---

    const initState: StateType = {
        tableData: {
          list: [],
          pagination: {
            total: 0,
            current: 1,
            pageSize: 10,
          },
        },
    };

---

*Originally published on [Gwynn](https://paragraph.com/@gwynn/write-some-thing)*
