UNPKG

@memori.ai/memori-react

Version:

[![npm version](https://img.shields.io/github/package-json/v/memori-ai/memori-react)](https://www.npmjs.com/package/@memori.ai/memori-react) ![Tests](https://github.com/memori-ai/memori-react/workflows/CI/badge.svg?branch=main) ![TypeScript Support](https

12 lines (11 loc) 409 B
/// <reference types="react" /> export interface Props { memoriName: string; blockedUntil?: string; notEnoughCredits?: boolean; showGiverInfo?: boolean; showTitle?: boolean; marginLeft?: boolean; } declare const BlockedMemoriBadge: ({ memoriName, blockedUntil, notEnoughCredits, showGiverInfo, showTitle, marginLeft, }: Props) => JSX.Element | null; export default BlockedMemoriBadge;