@porsche-design-system/components-angular
Version:
Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.
7 lines (6 loc) • 343 B
TypeScript
export { componentsReady } from '@porsche-design-system/components-js';
export * from './lib/components/barrel';
export * from './lib/types';
export { PorscheDesignSystemModule, type PorscheDesignSystemModuleConfig } from './porsche-design-system.module';
export { THEME_TOKEN } from './utils';
export { ToastManager } from './toast-manager';