import { Layouts } from '../../models/app'; export type LayoutProps = { layouts: Layouts; resizable: boolean; draggable: boolean; margin?: [number, number]; onLayoutChange?: () => void; };