UNPKG

@gizwits/vantui

Version:

机智云组件库

19 lines (15 loc) 432 B
import { FunctionComponent, ReactNode } from 'react' import { ViewProps } from '@tarojs/components' export interface MiniNavBarProps extends ViewProps { homeUrl: string buttonColor?: 'white' | 'black' title?: string fixed?: boolean placeholder?: boolean style?: string border?: boolean zIndex?: number renderTitle?: ReactNode } declare const MiniNavBar: FunctionComponent<MiniNavBarProps> export { MiniNavBar }