import { DateInput } from "@dxdns-kit/react" export default function () { return ( <> <DateInput /> <br /> <br /> <DateInput type="month" /> </> )}