UNPKG

dk-plus

Version:
10 lines (9 loc) 262 B
import { setStringNumberProps as t, setStringProp as o } from "../../_utils/props/index.js"; import { DK_JUSTIFY as s } from "../../_tokens/public/index.js"; const p = { gutter: t(), justify: o("start", (r) => s.includes(r)) }; export { p as dkRowProps };