@bovine/cattle-grid-preact
    Preparing search index...

    Type Alias CattleGridAppProps

    type CattleGridAppProps = {
        baseUrl?: string;
        SignUpExtra?: ComponentType<Nothing>;
        Title?: ComponentType<Nothing>;
    }
    Index

    Properties

    baseUrl?: string
    SignUpExtra?: ComponentType<Nothing>
    Title?: ComponentType<Nothing>