UNPKG

angular-duo-pane

Version:

A library for Angular projects to easily add a two pane view for desktops, foldables and dual screen devices.

6 lines (5 loc) 220 B
export * from './lib/angular-duo-pane.module'; export * from './lib/directives/duo-pane.directive'; export * from './lib/models/ISegment'; export * from './lib/models/Segment'; export * from './lib/models/SpanningMode';