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