UNPKG

fast-alert

Version:

fast alert which can modify

11 lines 282 B
declare module 'fast-alert' { const showAlert: ( message: string, width?: string, textColor?: string, backgroundColor?: string, position?: 'top' | 'bottom' | 'center', duration?: number ) => void; export default showAlert; }