UNPKG

matrix-react-sdk

Version:
7 lines (6 loc) 244 B
import { Feature } from "../stores/ReleaseAnnouncementStore"; /** * Return true if the release announcement of the given feature is enabled * @param feature */ export declare function useIsReleaseAnnouncementOpen(feature: Feature): boolean;