4 public exports generated from the shipped declaration graph.
Reusable customer-details content for responsive overlay examples.
/** Reusable customer-details content for responsive overlay examples. */
export declare function VireoResponsiveOverlayFrameCustomerDetails({ header, onClose, }: VireoResponsiveOverlayFrameCustomerDetailsProps): React.JSX.Element;
export type VireoResponsiveOverlayFrameCustomerDetailsProps = {
header: React.ReactNode;
onClose: () => void;
};
Neutral workspace used by VireoResponsiveOverlayFrame executable examples.
/** Neutral workspace used by VireoResponsiveOverlayFrame executable examples. */
export declare function VireoResponsiveOverlayFrameWorkspace({ children, onOpen }: VireoResponsiveOverlayFrameWorkspaceProps): React.JSX.Element;
export type VireoResponsiveOverlayFrameWorkspaceProps = {
children: React.ReactNode;
onOpen: () => void;
};