UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

9 lines (8 loc) 255 B
import React from 'react'; export declare const Notification: React.FC<{ readonly children: React.ReactNode; readonly created: number; readonly duration: number | null; readonly id: string; readonly onRemove: (id: string) => void; }>;