@gsmlg/three-fiber
Version:
three-fiber library.
9 lines (8 loc) • 342 B
TypeScript
/// <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;