UNPKG

@octopusdeploy/design-system-components

Version:
4 lines (3 loc) 141 B
type BusyState = Promise<unknown> | boolean; export declare function useIsBusy(busyState: BusyState | undefined | null): boolean; export {};