primeng
Version:
PrimeNG is an open source UI library for Angular featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeB
6 lines (5 loc) • 308 B
TypeScript
import { ObjectUtils } from './objectutils';
import { UniqueComponentId } from './uniquecomponentid';
import ZIndexUtils from './zindexutils';
import { transformToBoolean, transformToNumber } from './inpututils';
export { ZIndexUtils, UniqueComponentId, ObjectUtils, transformToNumber, transformToBoolean };