UNPKG

@impossiblefinance/uikit

Version:
8 lines (7 loc) 158 B
export interface ModalTheme { background: string; } export declare type Handler = () => void; export interface InjectedProps { onDismiss?: Handler; }