parent
4beb2ac50f
commit
598a0dc39a
@ -1,5 +1,5 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import type { Props } from '@theme/DocSidebar/Mobile';
|
import type {Props} from '@theme/DocSidebar/Mobile';
|
||||||
declare function DocSidebarMobile(props: Props): JSX.Element;
|
declare function DocSidebarMobile(props: Props): JSX.Element;
|
||||||
declare const _default: React.MemoExoticComponent<typeof DocSidebarMobile>;
|
declare const _default: React.MemoExoticComponent<typeof DocSidebarMobile>;
|
||||||
export default _default;
|
export default _default;
|
||||||
|
Loading…
Reference in new issue