UNPKG

@tresjs/post-processing

Version:
15 lines (14 loc) 663 B
import { UnrealBloomPass } from 'three/examples/jsm/postprocessing/UnrealBloomPass.js'; export interface UnrealBloomProps { radius?: number; strength?: number; threshold?: number; } declare const _default: import('vue').DefineComponent<UnrealBloomProps, { pass: import('vue').ShallowRef<UnrealBloomPass>; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<UnrealBloomProps> & Readonly<{}>, { strength: number; radius: number; threshold: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;