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
};