UNPKG

@equinor/mad-core

Version:

Core library for the Mobile App Delivery team

7 lines (6 loc) 207 B
import { Release } from "../components/screens/release-notes/ChangeLog"; export declare const useReleaseNotes: () => { releaseNotes: Release[] | undefined; isFetching: boolean; error: string; };