UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

10 lines (9 loc) 199 B
export interface IBusyConfig { busy: boolean; showProgress?: boolean; message?: string; percent?: number; helpText?: string; cancelText?: string; allowCancel?: boolean; }