/** * ngx-com/components * * This secondary entry point is intentionally empty. * Individual components are imported from their own entry points * (e.g. `ngx-com/components/button`, `ngx-com/components/calendar`) * to enable tree-shaking. */ type ComComponentsEntryPoint = never; export type { ComComponentsEntryPoint };