dk-plus
Version:
13 lines (12 loc) • 304 B
JavaScript
import { setBooleanProps as o, setStringProp as r } from "../../_utils/props/index.js";
import { DK_SIZE as t } from "../../_tokens/public/index.js";
const a = {
vertical: o(),
nowrap: o(),
spacingType: r(null, (p) => t.includes(p)),
portRait: r(),
landScape: r()
};
export {
a as DkProps
};