1
Fork 0
today/source/components/shared.ts

6 lines
104 B
TypeScript
Raw Normal View History

2023-06-04 10:18:23 +00:00
import {type DateWrapper} from "../date/date.js";
export type SharedProps = {
today: DateWrapper;
};