UNPKG

@bytedance/mona-client-web

Version:

web for mona

8 lines (7 loc) 232 B
import { NavBarProps } from '.'; export declare const useNavBarTitle: (props: NavBarProps) => { title: string | undefined; frontColor: string; backgroundColor: string; }; export declare const useNavBarColor: () => void;