@taiga-ui/cdk
Version:
Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance
14 lines (13 loc) • 370 B
TypeScript
export * from './date-clamp';
export * from './date-fillers';
export * from './date-time';
export * from './day';
export * from './day-of-week';
export * from './day-range';
export * from './days.const';
export * from './month';
export * from './month-number';
export * from './month-range';
export * from './time';
export type * from './types';
export * from './year';