@oneblink/apps-react
    Preparing search index...

    Type Alias FormsAppStyle

    type FormsAppStyle = {
        contentContainer?: { maxWidth?: number };
        fontFamily?: string;
        formPage?: FormStyle;
    }
    Index

    Properties

    contentContainer?: { maxWidth?: number }

    Type Declaration

    • OptionalmaxWidth?: number

      In pixels

    fontFamily?: string

    The font family to use for the entire app

    formPage?: FormStyle