You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
605 B
12 lines
605 B
/// <reference types="react" />
|
|
import { AirbnbRating, TapRatingProps } from '@rneui/base/dist/AirbnbRating/index';
|
|
export { AirbnbRating };
|
|
export type { TapRatingProps };
|
|
export declare const AirbnbRatingDefault: import("react").FunctionComponent<import("react").PropsWithChildren<TapRatingProps & {
|
|
theme?: import("@rneui/base").Theme;
|
|
children?: import("react").ReactNode;
|
|
}>> | import("react").ForwardRefExoticComponent<import("react").RefAttributes<import("react").PropsWithChildren<TapRatingProps & {
|
|
theme?: import("@rneui/base").Theme;
|
|
children?: import("react").ReactNode;
|
|
}>>>;
|