UNPKG

light-layout-component

Version:

easy and useful layout component

4 lines (3 loc) 203 B
export type Unit = "px" | "rem" | "em" | "vw" | "%"; export type NumberUnitType = `${number}${Unit}`; export type AsType = "div" | "main" | "section" | "article" | "nav" | "header" | "footer" | "aside";