This allows the WidgetSkeleton to be imported without all the imports from Widget being resolved, which currently can create issues in some envirionments.
Should be able to import WidgetSkeleton using
import { WidgetSkeleton } from '@lifi/widget/skeleton';
Jira: LF-7886
This allows the WidgetSkeleton to be imported without all the imports from Widget being resolved, which currently can create issues in some envirionments.
Should be able to import WidgetSkeleton using