Tatsuya Yamamoto / T28_tatsuya

Results 2 issues of Tatsuya Yamamoto / T28_tatsuya

## Motivation `defineCustomElements` is supporting SFC having style tag, but nested SFC's styles are not applied. Even if SFC tools import nested SFCs in custom element mode and each SFCs...

feat: custom elements

### Description Currently, `TresObject3D#material` doesn't allow to set array. My suggestion is to make Array acceptable as well. https://github.com/Tresjs/tres/blob/main/src/types/index.ts#L43 ``` - material?: THREE.Material & TresBaseObject + material?: THREE.Material & TresBaseObject...

types
PR welcome
p3-significant