UNPKG

@cainiaofe/cn-ui-m

Version:
8 lines (7 loc) 271 B
import './index.scss'; import React from 'react'; import type { CnBottomNavBarProps } from './types'; export declare const CnBottomNavBar: { (props: CnBottomNavBarProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>; displayName: string; };