@rn-vui/themed
Version:
Cross Platform React Native UI Toolkit
6 lines (5 loc) • 350 B
TypeScript
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;