Latest updates from IceHrmPro
This commit is contained in:
5
web/node_modules/antd/es/radio/context.d.ts
generated
vendored
Normal file
5
web/node_modules/antd/es/radio/context.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import * as React from 'react';
|
||||
import { RadioGroupContextProps } from './interface';
|
||||
declare const RadioGroupContext: React.Context<RadioGroupContextProps | null>;
|
||||
export declare const RadioGroupContextProvider: React.Provider<RadioGroupContextProps | null>;
|
||||
export default RadioGroupContext;
|
||||
Reference in New Issue
Block a user