Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / shared / lib / interfaces / Modal.ts
blob56278d14d8b70abdf2f7028861d130fd5c056f11
1 export interface ModalWithProps<T = void> {
2     isOpen: boolean;
3     props?: T;