Skip to content

@miyue-mma/shared / InsertPosition

类型别名: InsertPosition

ts
type InsertPosition = "before" | "after";

插入位置

类型参数

插入到节点之前

类型参数

插入到节点之后

Released under the MIT License.