UNPKG

@js-smart/react-kit

Version:
7 lines (6 loc) 234 B
import { ProgressState } from '../../types/ProgressState'; export declare const AppSnackBar: (props: { open: boolean; progressState: ProgressState; autoHideDuration?: number; }) => import("react/jsx-runtime").JSX.Element;