Perseus
    Preparing search index...
    type Props = {
        enabled: boolean;
        fixedPosition?: boolean;
        message: string;
        onClick: () => void;
    }
    Index

    Properties

    enabled: boolean
    fixedPosition?: boolean
    message: string
    onClick: () => void