UNPKG

@igo2/common

Version:
7 lines (6 loc) 310 B
import { ListItemDirective } from './list-item.directive'; import { ListComponent } from './list.component'; export * from './list.module'; export * from './list.component'; export * from './list-item.directive'; export declare const LIST_DIRECTIVES: readonly [typeof ListItemDirective, typeof ListComponent];