UNPKG

@kelvininc/react-ui-components

Version:

Kelvin UI Components for React applications

6 lines (5 loc) 104 B
export interface IModalController { isOpen: boolean; open: () => void; close: () => void; }