Repository URL to install this package:
|
Version:
0.0.15 ▾
|
/**
* @todo @@perf @file sideEffects
* @todo @fixme !!!!!!
* putting dom inside of contents is not the same as what we do on minicart
*/
import * as React from 'react';
/**
* @todo this isn't a component, won't update...?
* @todo this should factor in rehydration hit and happen on mount?
*/
declare const renderMobileMenuSidebar: () => React.ReactNode;
export declare const setRender: () => void;
export { renderMobileMenuSidebar };