UNPKG

one

Version:

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

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