@web-atoms/core
Version:
9 lines • 313 B
TypeScript
import { AtomControl } from "./AtomControl";
export default class AtomNotification extends AtomControl {
timeout: number;
private timeoutKey;
onPropertyChanged(name: keyof AtomNotification): void;
create(): void;
protected setupTimeout(): void;
}
//# sourceMappingURL=AtomNotification.d.ts.map