You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
306B

  1. import { ComputeTextAlternativeOptions } from "./accessible-name-and-description";
  2. /**
  3. * @param root
  4. * @param options
  5. * @returns
  6. */
  7. export declare function computeAccessibleDescription(root: Element, options?: ComputeTextAlternativeOptions): string;
  8. //# sourceMappingURL=accessible-description.d.ts.map