/** * Represents the `ISwipeElementProps` interface. * * @public */ export interface ISwipeElementProps { panEndTriggeringThreshold: number; panLeftDisabled: boolean; panRightDisabled: boolean; } //# sourceMappingURL=ISwipeElementProps.d.ts.map