UNPKG

outsystems-ui

Version:
7 lines (6 loc) 211 B
// eslint-disable-next-line @typescript-eslint/no-unused-vars namespace OSFramework.OSUI.Patterns.BottomSheet.Callbacks { export type OSOnToggleEvent = { (bottomsheetId: string, isOpen: boolean): void; }; }