mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
4 lines
177 B
TypeScript
4 lines
177 B
TypeScript
export { Group, type GroupProps } from './time-group';
|
|
export { Separator, type SeparatorProps } from './time-separator';
|
|
export { Value, type ValueProps } from './time-value';
|