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

    Interface LoadButtonProps

    interface LoadButtonProps {
        isFetching: boolean;
        loadMore: () => any;
    }
    Index

    Properties

    Properties

    isFetching: boolean
    loadMore: () => any