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