public_api.d.ts 231 B

1234
  1. export { PopoverDirective } from './popover.directive';
  2. export { PopoverModule } from './popover.module';
  3. export { PopoverConfig } from './popover.config';
  4. export { PopoverContainerComponent } from './popover-container.component';