Buckets:
| import * as React from 'react'; | |
| import * as THREE from 'three'; | |
| type Props = JSX.IntrinsicElements['group'] & { | |
| multiple?: boolean; | |
| box?: boolean; | |
| border?: string; | |
| backgroundColor?: string; | |
| onChange?: (selected: THREE.Object3D[]) => void; | |
| onChangePointerUp?: (selected: THREE.Object3D[]) => void; | |
| filter?: (selected: THREE.Object3D[]) => THREE.Object3D[]; | |
| }; | |
| export declare function Select({ box, multiple, children, onChange, onChangePointerUp, border, backgroundColor, filter: customFilter, ...props }: Props): React.JSX.Element; | |
| export declare function useSelect(): THREE.Object3D[]; | |
| export {}; | |
Xet Storage Details
- Size:
- 626 Bytes
- Xet hash:
- 2f04a87ad213ece1b6158f06ff25bbf601f9e7f955bcf2a98980b19684909038
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.