UNPKG

@janiscommerce/ui-native

Version:
5 lines (4 loc) 190 B
import React from 'react'; import type { Isvg } from '../../../../../ts/interfaces/svgs'; declare const Notification: ({ ...props }: Isvg) => React.JSX.Element; export default Notification;