Type Alias RestoredLocalState

RestoredLocalState: Omit<
    DucLocalState,
    "offsetTop"
    | "offsetLeft"
    | "width"
    | "height",
>