UNPKG

@rn-vui/themed

Version:
6 lines (5 loc) 350 B
import { FAB, FABProps } from '@rn-vui/base/dist/FAB/FAB'; export { FAB }; export type { FABProps }; declare const _default: import("react").FunctionComponent<import("react").PropsWithChildren<FABProps>> | import("react").ForwardRefExoticComponent<import("react").RefAttributes<import("react").PropsWithChildren<FABProps>>>; export default _default;