- RemapGL(props): ReactNode
Parameters
- props: Omit<RemapGLProps, "ref"> & RefAttributes<HTMLDivElement>
Returns ReactNode
Properties
Readonly
$$typeof
$$typeof: symbol
Optional
defaultProps
defaultProps?: Partial<Omit<RemapGLProps, "ref"> & RefAttributes<HTMLDivElement>> Optional
displayName
displayName?: string
Optional
propTypes
propTypes?: WeakValidationMap<Omit<RemapGLProps, "ref"> & RefAttributes<HTMLDivElement>>
The root component of the remapgl library; add other remapgl components as children to create a map.