UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

7 lines (6 loc) 221 B
/// <reference types="react" /> import { Alerts as AlertsCollection } from '../alerts'; export interface AlertsProps { alerts: AlertsCollection; } export declare function Alerts({ alerts }: AlertsProps): JSX.Element;