UNPKG

@open-tender/ui

Version:

A component library for use with the Open Tender web app

7 lines (6 loc) 188 B
import { Notifications } from '@open-tender/types'; import { ScreenConfig } from '../types'; export interface NotificationsProps { config: ScreenConfig; messages: Notifications; }