UNPKG

fannypack-v5

Version:

An accessible, composable, and friendly React UI Kit

9 lines (7 loc) 205 B
import { Placement, ToastThemeConfig } from '../types'; export default (overrides: ToastThemeConfig) => ({ placement: 'top-end' as Placement, showCountdown: true, timeout: 5000, ...overrides, });