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