react-native-ui-lib
Version:
[](https://travis-ci.org/wix/react-native-ui-lib) [](https://www.npmjs.com/package/react-native-ui-lib) [![NPM Down
10 lines (9 loc) • 316 B
TypeScript
/// <reference types="react" />
import { BaseComponent } from "../../commons";
/**
* @description: The Notification component will be changed soon, please use the Toast component instead
*/
export default class Notification extends BaseComponent<{}, {}> {
constructor(props: any);
render(): JSX.Element;
}