UNPKG

petals-ui

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