UNPKG

@rn-vui/themed

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