import {type DateWrapper} from "../date/date.js";
export type SharedProps = {
today: DateWrapper;
};