Skip to content

ListType

ts
type ListType = "ordered" | "unordered";

Defined in: list.ts:13

Type of list

Since

1.0.0

Author

Simon Kovtyk