UNPKG

quantumai-design-system

Version:

퀀텀에이아이의 디자인 시스템

11 lines (10 loc) 581 B
/// <reference types="react" /> import { IAlertProps } from '.'; import { ToastPositionType } from './options'; export declare const AlertStyle: ({ type, duration, isFill, ...props }: IAlertProps) => import("@emotion/utils").SerializedStyles; export declare const ToastContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType<any> | undefined; } & { position: ToastPositionType; }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;