@ontech7/react-native-dialog
Version:
Simple and lightweight dialog component for React Native, structure similar to shadcn/ui, with dimezis background blur. Compatible with Android & iOS.
11 lines (10 loc) • 708 B
TypeScript
export { Dialog, type DialogProps } from "./Dialog";
export { DialogAction, type DialogActionProps } from "./DialogAction";
export { DialogBody, type DialogBodyProps } from "./DialogBody";
export { DialogDescription, type DialogDescriptionProps, } from "./DialogDescription";
export { DialogFooter, type DialogFooterProps } from "./DialogFooter";
export { DialogHeader, type DialogHeaderProps } from "./DialogHeader";
export { DialogInput, type DialogInputProps } from "./DialogInput";
export { DialogProvider, type DialogProviderProps, type DialogStyleConfig, } from "./DialogProvider";
export { DialogTitle, type DialogTitleProps } from "./DialogTitle";
export { shadcnStyle } from "./styles/shadcnStyle";