UNPKG

phx-react

Version:

PHX REACT

12 lines (11 loc) 415 B
import React from 'react'; export interface IPbfMainWrapProps { children: any; pathName?: any; router?: any; } export declare const isLoggedCookie = "isLoggedIn"; export declare const AUTH_TOKEN = "authToken"; export declare const CODE_NGANH_UNI = "UNI"; export declare const CODE_NGANH_STONE = "STONE"; export declare function PBFMainWrap({ children, pathName }: IPbfMainWrapProps): React.JSX.Element;