import type { IDisableableProps } from '../../../Behaviors/Disableable'; import type { ThumbEdge } from '../../../Types/ThumbEdge'; /** * Represents the `IThumbElementProps` interface. * * @public */ export interface IThumbElementProps extends IDisableableProps { edge: ThumbEdge; } //# sourceMappingURL=IThumbElementProps.d.ts.map