import { ReactNode } from "react"; export interface SheetItemObject { loading?: boolean; disabled?: boolean; children?: ReactNode; }