We have migrated code from the Retail SDK to Commerce SDK.
In our retail SDK code
import { HeaderSplitView, IHeaderSplitViewState } from /PosUISdk/Controls/HeaderSplitView/;
import { Loader, ILoaderState } from /PosUISdk/Controls/Loader/;
As per Microsoft documentation use PosApi/Consume/Controls instead of PosUISdk, but we couldn't find the replacement of
HeaderSplitView and Loader.
Please guide me on this.