igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
6 lines (5 loc) • 410 B
TypeScript
import { IgxSplitterPaneComponent } from './splitter-pane/splitter-pane.component';
import { IgxSplitBarComponent, IgxSplitterComponent } from './splitter.component';
export * from './splitter.component';
export * from './splitter-pane/splitter-pane.component';
export declare const IGX_SPLITTER_DIRECTIVES: readonly [typeof IgxSplitterComponent, typeof IgxSplitterPaneComponent, typeof IgxSplitBarComponent];