'use client';
import { DatePlugin } from '@platejs/date/react';
import { DateElement } from '@/registry/ui/date-node';
export const DateKit = [DatePlugin.withComponent(DateElement)];
npx shadcn@latest add @plate/date-kitimport { DateKit } from "@/components/date-kit"<DateKit />