UNPKG

@360works/fmpromise

Version:

A modern JS toolkit for FileMaker Web Viewers, including a dev server and type generation.

7 lines (6 loc) 272 B
import { ConfigSchema } from './types'; /** * Renders the configuration prompt (a gear icon) and handles the interaction. * This function is only loaded in dev mode when configuration is invalid. */ export declare function showConfigPrompt(schema: ConfigSchema): void;