UNPKG

@citiwave/im-disclaimer-modal

Version:

A customizable React disclaimer modal component with theme support

11 lines (10 loc) 269 B
interface PropOptions { dir?: string; title?: string; prefix?: string; defaultOpen?: boolean; theme?: 'light' | 'dark'; accent?: string; } export declare function setDisclaimerProps(name: string, options: PropOptions): Promise<void>; export {};