UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

19 lines (18 loc) 479 B
import { NAVIGATOR_CONFIG } from "../../headless/children.mjs"; function StackHeaderRight(_props) { return null; } Object.assign(StackHeaderRight, { [NAVIGATOR_CONFIG]: true }); function appendStackHeaderRightPropsToOptions(options, props) { if (!props.asChild) { return options; } return { ...options, headerRight: () => props.children }; } export { StackHeaderRight, appendStackHeaderRightPropsToOptions }; //# sourceMappingURL=StackHeaderRight.mjs.map