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