Documentation
    Preparing search index...

    Type Alias BannerOptions

    type BannerOptions = {
        color?: string;
        id?: string;
        position?: "top" | "bottom";
    }
    Index

    Properties

    Properties

    color?: string
    id?: string
    position?: "top" | "bottom"