Files
est-frame/node_modules/react-bootstrap/esm/FormContext.d.ts
2025-10-22 05:38:27 +00:00

7 lines
170 B
TypeScript
Executable File

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