UNPKG

elmer-ui-core

Version:

web app framework

8 lines (7 loc) 212 B
import { Component } from "../core/Component"; export declare class I18nProvider extends Component { static propTypes: any; constructor(props: any); render(): string; private initDefaultLocale; }