UNPKG

slate-test-utils

Version:

> 📣 Love Slate and looking for your next gig? Sirona Medical is [hiring](https://sironamedical.com/about-us/careers/)!

6 lines (5 loc) • 1.13 kB
import { queryHelpers } from '@testing-library/react'; declare const queryAllByDataEditorLeaf: (container: HTMLElement, id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[]; declare const queryByDataEditorLeaf: queryHelpers.QueryBy<[string]>, getAllByDataEditorLeaf: queryHelpers.GetAllBy<[string]>, getByDataEditorLeaf: queryHelpers.GetBy<[string]>, findAllByDataEditorLeaf: queryHelpers.FindAllBy<[string]>, findByDataEditorLeaf: queryHelpers.FindBy<[string]>; declare const queryByDataEditorElement: queryHelpers.QueryBy<[string]>, getAllByDataEditorElement: queryHelpers.GetAllBy<[string]>, getByDataEditorElement: queryHelpers.GetBy<[string]>, findAllByDataEditorElement: queryHelpers.FindAllBy<[string]>, findByDataEditorElement: queryHelpers.FindBy<[string]>; export { queryByDataEditorLeaf, queryAllByDataEditorLeaf, getByDataEditorLeaf, getAllByDataEditorLeaf, findAllByDataEditorLeaf, findByDataEditorLeaf, queryByDataEditorElement, getAllByDataEditorElement, getByDataEditorElement, findAllByDataEditorElement, findByDataEditorElement, };