Type alias: AutoheightSyncState
Ƭ AutoheightSyncState: "init" | "syncing" | "synced"
The state of synchronization between viewport and content size:
init: the initial state;syncing: the content size is being determined;synced: the viewport size has been adjusted to content size.