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