react-native-paper
Version:
Material design for React Native
8 lines • 482 B
TypeScript
declare const FAB: import("../../utils/forwardRef").ForwarRefComponent<import("react-native").View, import("./FAB").Props> & {
Group: {
({ actions, icon, open, onPress, accessibilityLabel, theme: themeOverrides, style, fabStyle, visible, label, testID, onStateChange, color: colorProp, variant, backdropColor: customBackdropColor, }: import("./FABGroup").Props): JSX.Element;
displayName: string;
};
};
export default FAB;
//# sourceMappingURL=index.d.ts.map