Files
TestMesa/backend/frontend/node_modules/react-bootstrap/cjs/FormContext.d.ts
2024-12-17 13:23:11 -08:00

7 lines
170 B
TypeScript

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