1 | /// <reference types="react" />
|
2 | declare const FAB: import("../../utils/forwardRef").ForwardRefComponent<import("react-native").View, import("./FAB").Props> & {
|
3 | Group: {
|
4 | ({ actions, icon, open, onPress, onLongPress, toggleStackOnLongPress, accessibilityLabel, theme: themeOverrides, style, fabStyle, visible, label, testID, onStateChange, color: colorProp, delayLongPress, variant, enableLongPressWhenStackOpened, backdropColor: customBackdropColor, rippleColor, }: import("./FABGroup").Props): import("react").JSX.Element;
|
5 | displayName: string;
|
6 | };
|
7 | };
|
8 | export default FAB;
|
9 | //# sourceMappingURL=index.d.ts.map |
\ | No newline at end of file |