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