@thepalaceproject/circulation-admin
    Preparing search index...

    Interface ShareButtonProps

    interface ShareButtonProps {
        disabled?: boolean;
        pending?: boolean;
        submit?: any;
        text?: string;
        type?: "button" | "reset" | "submit";
    }
    Index

    Properties

    disabled?: boolean
    pending?: boolean
    submit?: any
    text?: string
    type?: "button" | "reset" | "submit"