UNPKG

@uppy/informer

Version:

A notification and error pop-up bar for Uppy.

8 lines 319 B
import { Component, type ComponentChild } from 'preact'; export default class FadeIn extends Component { ref: import("preact").RefObject<any>; componentWillEnter(callback: () => void): void; componentWillLeave(callback: () => void): void; render(): ComponentChild; } //# sourceMappingURL=FadeIn.d.ts.map