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

    Interface GenreFormProps

    interface GenreFormProps {
        addGenre: (genre: string) => void;
        bookGenres: string[];
        disabled?: boolean;
        genreOptions: GenreData[];
    }
    Index

    Properties

    addGenre: (genre: string) => void
    bookGenres: string[]
    disabled?: boolean
    genreOptions: GenreData[]