UNPKG

tinacms

Version:

[![GitHub license](https://img.shields.io/github/license/tinacms/tinacms?color=blue)](https://github.com/tinacms/tinacms/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/tinacms.svg?style=flat)](https://www.npmjs.com/package/tinacms) [![Bui

7 lines (6 loc) 227 B
import type { Alerts as AlertsCollection } from '../alerts'; import React from 'react'; export interface AlertsProps { alerts: AlertsCollection; } export declare function Alerts({ alerts }: AlertsProps): React.JSX.Element;