first commit
This commit is contained in:
5
frontend/node_modules/antd/lib/float-button/context.d.ts
generated
vendored
Normal file
5
frontend/node_modules/antd/lib/float-button/context.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import React from 'react';
|
||||
import type { FloatButtonShape } from './interface';
|
||||
declare const FloatButtonGroupContext: React.Context<FloatButtonShape | undefined>;
|
||||
export declare const FloatButtonGroupProvider: React.Provider<FloatButtonShape | undefined>;
|
||||
export default FloatButtonGroupContext;
|
||||
Reference in New Issue
Block a user