UNPKG

@gsmlg/three-fiber

Version:
9 lines (8 loc) 342 B
/// <reference types="react" /> export declare const LamborghiniUrus: ({ backgroundColor, meshColor, fogColor, wheelColor, carColor, }: { backgroundColor?: string | undefined; meshColor?: string | undefined; fogColor?: string | undefined; wheelColor?: string | undefined; carColor?: string | undefined; }) => JSX.Element;