UNPKG

@spartacus/storefront

Version:

Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.

8 lines (7 loc) 126 B
/** * Maintains the visibility state of the View Component. * */ export interface SplitViewState { hidden?: boolean; }