@tresjs/post-processing
Version:
Post-processing library for TresJS
10 lines (9 loc) • 528 B
TypeScript
import { SMAAPass } from 'three/examples/jsm/postprocessing/SMAAPass.js';
export interface SMAAProps {
width?: number;
height?: number;
}
declare const _default: import('vue').DefineComponent<SMAAProps, {
pass: import('vue').ShallowRef<SMAAPass>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SMAAProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;