UNPKG

react-native-ui-lib

Version:

[![Build Status](https://travis-ci.org/wix/react-native-ui-lib.svg?branch=master)](https://travis-ci.org/wix/react-native-ui-lib) [![npm](https://img.shields.io/npm/v/react-native-ui-lib.svg)](https://www.npmjs.com/package/react-native-ui-lib) [![NPM Down

10 lines (9 loc) 316 B
/// <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; }