UNPKG

@finagraph/strongbox-finconnect-react

Version:

React components to integrate with Finagraph Strongbox

7 lines (6 loc) 140 B
/** * Describes a class that allows opening a modal through refs. */ export interface IOpenableModal { OpenModal: () => void; }