mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
9 lines
461 B
TypeScript
9 lines
461 B
TypeScript
import { Group, GroupProps } from "./time-group.js";
|
|
import { Separator, SeparatorProps } from "./time-separator.js";
|
|
import { Value, ValueProps } from "./time-value.js";
|
|
declare namespace index_parts_d_exports {
|
|
export { Group, GroupProps, Separator, SeparatorProps, Value, ValueProps };
|
|
}
|
|
//#endregion
|
|
export { Group, type GroupProps, Separator, type SeparatorProps, Value, type ValueProps, index_parts_d_exports };
|
|
//# sourceMappingURL=index.parts.d.ts.map
|