UNPKG

@citiwave/im-disclaimer-modal

Version:

A customizable React disclaimer modal component with theme support

7 lines (6 loc) 153 B
interface ListOptions { dir?: string; json?: boolean; } export declare function listDisclaimers(options: ListOptions): Promise<void>; export {};