clear.d.ts 66 B

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