UNPKG

ukelli-ui

Version:

Base on React's UI lib. Make frontend's dev simpler and faster.

5 lines (4 loc) 158 B
import React from 'react'; import { NotifyParams } from '../notify-func'; declare const NotifyParamsC: React.SFC<NotifyParams>; export default NotifyParamsC;