UNPKG

@athosws/react-components

Version:

This is a set of useful ReactJS components developed by Athos.\n Email:ladiesman217.as@gmail.com

13 lines (12 loc) 319 B
export interface ATHOSToastProps { id?: string; updateState?: any; removeCondition?: boolean; renderCondition?: boolean; position?: "top-right" | "top-left" | "bottom-right" | "bottom-left"; gap?: number; renderAndFade?: boolean; fadeTime?: number; children?: React.ReactNode; className?: string; }