Dankoss Docs - v0.1.0
    Preparing search index...
    interface FavoritesState {
        isFavorite: (title: string) => boolean;
        toggleFavorite: (title: string) => void;
    }
    Index

    Properties

    isFavorite: (title: string) => boolean
    toggleFavorite: (title: string) => void