UNPKG

petals-ui

Version:
6 lines (5 loc) 111 B
interface IWaitComponent { readonly busy: boolean; readonly text: string; } export { IWaitComponent };