membros-react-sdk
Version:
React authentication library for Membros platform with subscription management and plan-based access control
11 lines • 318 B
TypeScript
import React from "react";
interface InadimplentScreenProps {
className?: string;
title?: string;
description?: string;
actionText?: string;
onAction?: () => void;
}
export declare const InadimplentScreen: React.FC<InadimplentScreenProps>;
export {};
//# sourceMappingURL=InadimplentScreen.d.ts.map