UNPKG

@citiwave/im-disclaimer-modal

Version:

A customizable React disclaimer modal component with theme support

7 lines (6 loc) 194 B
interface ConfigOptions { defaultDir?: string; } export declare function updateConfig(options: ConfigOptions): Promise<void>; export declare function showConfig(): Promise<void>; export {};