$show.d.ts 111 B

12345
  1. import $safeEls = require('./$safeEls');
  2. declare function $show(element: $safeEls.El): void;
  3. export = $show;