import { Globals } from "./index"; /** * The `-webkit-touch-callout` CSS property controls the display of the default callout shown when you touch and hold a touch target. * * **Initial value**: `default` */ export type WebkitTouchCalloutProperty = Globals | "default" | "none";