Threepipe React Three Fiber
    Preparing search index...

    Variable TextPlaneConst

    TextPlane: ForwardRefExoticComponent<
        Omit<
            Mutable<
                Overwrite<
                    Partial<
                        Overwrite<
                            Mesh<
                                BufferGeometry<NormalBufferAttributes, BufferGeometryEventMap>,
                                Material<MaterialEventMap> | Material<(...)>[],
                                Object3DEventMap,
                            >,
                            MathProps<
                                Mesh<
                                    BufferGeometry<(...), (...)>,
                                    (...) | (...),
                                    Object3DEventMap,
                                >,
                            > & ReactProps<
                                Mesh<
                                    BufferGeometry<(...), (...)>,
                                    (...) | (...),
                                    Object3DEventMap,
                                >,
                            > & Partial<EventHandlers>,
                        >,
                    >,
                    Omit<
                        InstanceProps<
                            Mesh<
                                BufferGeometry<NormalBufferAttributes, BufferGeometryEventMap>,
                                Material<MaterialEventMap> | Material<(...)>[],
                                Object3DEventMap,
                            >,
                            typeof Mesh,
                        >,
                        "object",
                    >,
                >,
            >,
            "ref",
        > & {
            backgroundColor: string;
            children: ReactNode;
            color: string;
            font?: string;
            fontSize?: number;
            options: Omit<
                ITextSVGOptions,
                "font"
                | "fontSize"
                | "textColor"
                | "bgFillColor"
                | "text",
            >;
        } & RefAttributes<unknown>,
    > = ...