carbon-components-angular
Version:
Next generation components
31 lines (30 loc) • 1.3 kB
TypeScript
export * from "./accordion/accordion.module";
export * from "./banner/banner.module";
export * from "./button/button.module";
export * from "./calendar/calendar.module";
export * from "./checkbox/checkbox.module";
export * from "./code-snippet/code-snippet.module";
export * from "./combobox/combobox.module";
export * from "./content-switcher/content-switcher.module";
export * from "./dialog/dialog.module";
export * from "./dropdown/dropdown.module";
export * from "./forms/forms.module";
export * from "./i18n/i18n.module";
export * from "./icon/icon.module";
export * from "./input/input.module";
export * from "./list-group/list-group.module";
export * from "./loading/loading.module";
export * from "./modal/modal.module";
export * from "./notification/notification.module";
export * from "./pagination/pagination.module";
export * from "./pill-input/pill-input.module";
export * from "./placeholder/placeholder.module";
export * from "./progress-indicator/progress-indicator.module";
export * from "./radio/radio.module";
export * from "./select/select.module";
export * from "./switch/switch.module";
export * from "./table/table.module";
export * from "./tabs/tabs.module";
export * from "./tiles/tiles.module";
export * from "./toggle/toggle.module";
export * from "./utils/position";