UNPKG

react-dayo

Version:

A Queue component for notification etc

8 lines (7 loc) 270 B
import { BaseThemedCssFunction } from 'styled-components'; export interface NotificationTheme { textColor: string; backgroundColor: string; borderColor?: string; } export declare type NofiticationThemedCssFunction = BaseThemedCssFunction<NotificationTheme>;