@als-tp/als-react-ts-ui
Version:
A comprehensive React TypeScript UI component library built with Base UI by ALSInnovation
17 lines • 2.39 kB
TypeScript
import type { ALSAlertDialogRootProps, ALSAlertDialogTriggerProps, ALSAlertDialogBackdropProps, ALSAlertDialogPortalProps, ALSAlertDialogViewportProps, ALSAlertDialogPopupProps, ALSAlertDialogTitleProps, ALSAlertDialogDescriptionProps, ALSAlertDialogCloseProps, ALSAlertDialogFooterProps, ALSAlertDialogCancelProps, ALSAlertDialogActionProps, AlertDialogVariant, AlertDialogSize } from "./ALSAlertDialog";
export type { ALSAlertDialogRootProps, ALSAlertDialogTriggerProps, ALSAlertDialogBackdropProps, ALSAlertDialogPortalProps, ALSAlertDialogViewportProps, ALSAlertDialogPopupProps, ALSAlertDialogTitleProps, ALSAlertDialogDescriptionProps, ALSAlertDialogCloseProps, ALSAlertDialogFooterProps, ALSAlertDialogCancelProps, ALSAlertDialogActionProps, AlertDialogVariant, AlertDialogSize, };
export declare const ALSAlertDialog: {
Root: import("react").ForwardRefExoticComponent<ALSAlertDialogRootProps & import("react").RefAttributes<HTMLDivElement>>;
Trigger: import("react").ForwardRefExoticComponent<ALSAlertDialogTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
Backdrop: import("react").ForwardRefExoticComponent<ALSAlertDialogBackdropProps & import("react").RefAttributes<HTMLDivElement>>;
Portal: import("react").FC<ALSAlertDialogPortalProps>;
Viewport: import("react").ForwardRefExoticComponent<ALSAlertDialogViewportProps & import("react").RefAttributes<HTMLDivElement>>;
Popup: import("react").ForwardRefExoticComponent<ALSAlertDialogPopupProps & import("react").RefAttributes<HTMLDivElement>>;
Title: import("react").ForwardRefExoticComponent<ALSAlertDialogTitleProps & import("react").RefAttributes<HTMLHeadingElement>>;
Description: import("react").ForwardRefExoticComponent<ALSAlertDialogDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>>;
Close: import("react").ForwardRefExoticComponent<ALSAlertDialogCloseProps & import("react").RefAttributes<HTMLButtonElement>>;
Footer: import("react").ForwardRefExoticComponent<ALSAlertDialogFooterProps & import("react").RefAttributes<HTMLDivElement>>;
Cancel: import("react").ForwardRefExoticComponent<ALSAlertDialogCancelProps & import("react").RefAttributes<HTMLButtonElement>>;
Action: import("react").ForwardRefExoticComponent<ALSAlertDialogActionProps & import("react").RefAttributes<HTMLButtonElement>>;
};
//# sourceMappingURL=index.d.ts.map