UNPKG

@brizy/media-gallery

Version:
6 lines (5 loc) 167 B
export type Props = { onApprove: VoidFunction; onDecline: VoidFunction; }; export declare const RemoveConfirmation: ({ onApprove, onDecline }: Props) => null;