smooth.d.ts 155 B

12345
  1. import { ShapeComponent as SC } from '../../runtime';
  2. export type SmoothOptions = {
  3. alpha?: number;
  4. };
  5. export declare const Smooth: SC<SmoothOptions>;