1
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
import type { FloatButtonProps, FloatButtonShape } from './FloatButton';
|
||||
export interface GroupContextProps {
|
||||
shape: FloatButtonShape;
|
||||
/** Current Buttons are in same container or individual */
|
||||
individual: boolean;
|
||||
/** FloatButton classNames */
|
||||
classNames?: FloatButtonProps['classNames'];
|
||||
/** FloatButton styles */
|
||||
styles?: FloatButtonProps['styles'];
|
||||
}
|
||||
export declare const GroupContext: React.Context<GroupContextProps | null>;
|
||||
Reference in New Issue
Block a user