UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

12 lines 336 B
import { PromptState } from "../../types"; export declare function promptMock(flow: string): { state: { rendered: PromptState | null; }; build: <T>(api: T) => { render: (promptId: string, promptOptions?: { [key: string]: unknown; }) => void; }; }; //# sourceMappingURL=prompt.d.ts.map