UNPKG

208 BTypeScriptView Raw
1import * as React from 'react';
2import {StyletronComponent} from 'styletron-react';
3import {KIND, ToastProps} from '../toast';
4
5export class Notification extends React.Component<ToastProps> {}
6export {KIND};