UNPKG

@magicbell/magicbell-react

Version:

React components for building a notification inbox for your app

11 lines (10 loc) 283 B
type CloseBannerButtonProps = { onClick: () => void; }; /** * * @example * <EnablePushNotificationsButton onClick={closeBanner} /> */ export default function CloseBannerButton({ onClick }: CloseBannerButtonProps): import("@emotion/react/jsx-runtime").JSX.Element; export {};