UNPKG

@bytebeans/macaw-ui

Version:

Saleor's UI component library

4 lines (3 loc) 144 B
import React from "react"; import type { NotificationProps } from "./types"; export declare const Notification: React.FC<NotificationProps>;