blur.d.ts 64 B

12
  1. declare function blur(element: Element): void;
  2. export { blur };