one
Version:
One is a new React Framework that makes Vite serve both native and web.
14 lines (13 loc) • 356 B
JavaScript
function StackHeaderLeft(_props) {
return null;
}
function appendStackHeaderLeftPropsToOptions(options, props) {
return props.asChild ? {
...options,
headerLeft: function () {
return props.children;
}
} : options;
}
export { StackHeaderLeft, appendStackHeaderLeftPropsToOptions };
//# sourceMappingURL=StackHeaderLeft.native.js.map