UNPKG

3d-tiles-renderer

Version:

https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/specification

6 lines (4 loc) 176 B
import type { ComponentPropsWithoutRef, ReactNode } from 'react'; export interface CanvasDOMOverlayProps extends ComponentPropsWithoutRef<'div'> { children?: ReactNode; }