Type alias UserSettingsCardProps

UserSettingsCardProps: {
    className?: string;
    flow: SettingsFlow;
    flowType: UserSettingsFlowType;
    includeScripts?: boolean;
    title?: string;
} & UserAuthFormAdditionalProps

Generated using TypeDoc