UNPKG

@keen.io/ui-core

Version:

Keen visual components library

7 lines (6 loc) 181 B
import React, { FC } from 'react'; declare type Props = { children?: React.ReactNode; }; declare const SuccessNotification: FC<Props>; export default SuccessNotification;