Viewing File: /home/ubuntu/todaykat-frontend-base/node_modules/react-bootstrap/cjs/FormContext.d.ts

import * as React from 'react';
interface FormContextType {
    controlId?: any;
}
declare const FormContext: React.Context<FormContextType>;
export default FormContext;
Back to Directory File Manager