@zeplin/extension-model
    Preparing search index...

    Interface GridSize

    interface GridSize {
        type: "fixed" | "flex";
        value?: number;
    }
    Index

    Properties

    Properties

    type: "fixed" | "flex"
    value?: number