import { Globals, StringHack } from "./index"; /** * The **`-ms-flow-into`** CSS property is a Microsoft extension that gets or sets a value identifying an iframe container in the document that serves as the region's data source. * * **Initial value**: `none` */ export type MsFlowIntoProperty = Globals | "none" | StringHack;