UNPKG

@ngartifex/core

Version:

ngartifex core library for angular

5 lines 169 B
import { ScreenModel } from './screen.model'; export interface ResponsiveStoreModel { screen: ScreenModel; } //# sourceMappingURL=responsive-store.model.d.ts.map