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