@decafhub/decaf-react - v0.8.1
    Preparing search index...

    Interface DecafAppProps

    interface DecafAppProps {
        children: ReactNode;
        config?: DecafAppConfig;
        controller?: DecafAppController;
    }
    Index

    Properties

    children: ReactNode
    controller?: DecafAppController