GridStack React Library - v13.0.0
    Preparing search index...

    Interface GridStackItemProps

    interface GridStackItemProps {
        id: string;
        options?: Partial<GridStackWidget>;
        children?: ReactNode;
    }
    Index

    Properties

    Properties

    id: string
    options?: Partial<GridStackWidget>
    children?: ReactNode