UNPKG

react-quizz-spanish

Version:

Quizz en react, traducido al español, autor original: hugobarragon

15 lines 665 B
import { PureComponent } from "react"; import { FormComponentProps } from "antd/lib/form/Form"; interface DrawerFormProps extends FormComponentProps { [k: string]: any; } declare class DrawerForm extends PureComponent<DrawerFormProps, any> { constructor(props: any); setLanguage: (currentLanguage: any) => void; onNewLanguage: (lang: string) => void; onRemoveLanguage: (lang: string) => void; render(): JSX.Element; } declare const _default: import("antd/lib/form/interface").ConnectedComponentClass<typeof DrawerForm, Pick<DrawerFormProps, string | number>>; export default _default; //# sourceMappingURL=SettingsForm.d.ts.map