UNPKG

@react-three/uikit

Version:

Build performant 3D user interfaces with react-three-fiber and yoga.

8 lines (7 loc) 395 B
import { AllOptionalProperties } from '@pmndrs/uikit'; import { ReactNode } from 'react'; export declare function useDefaultProperties(): AllOptionalProperties | undefined; export type DefaultPropertiesProperties = { children?: ReactNode; } & AllOptionalProperties; export declare function DefaultProperties(properties: DefaultPropertiesProperties): import("react/jsx-runtime").JSX.Element;