react-native-easy-calendar
Version:
Customizable, easy-to-use, performant calendar components for React Native
17 lines (16 loc) • 483 B
TypeScript
export {};
declare global {
namespace jest {
interface Matchers<R, T> {
toBeDisabled(): R;
toContainElement(element: any | null): R;
toBeEmpty(): R;
toHaveProp(attr: string, value?: any): R;
toHaveTextContent(text: string | RegExp, options?: {
normalizeWhitespace: boolean;
}): R;
toBeEnabled(): R;
toHaveStyle(style: object[] | object): R;
}
}
}