UNPKG

@magicbell/magicbell-react

Version:

React components for building a notification inbox for your app

11 lines (10 loc) 271 B
interface Props { onClick: () => void; } /** * * @example * <EnablePushNotificationsButton onClick={enableNotifications} /> */ export default function EnablePushNotificationsButton({ onClick }: Props): import("@emotion/react/jsx-runtime").JSX.Element; export {};