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