RubyGems
npm
Organizations
Log in
Sign up
npm
reactive-bulma
Versions diffs
4.0.12 → 4.0.14
Page 2
reactive-bulma 4.0.12 → 4.0.14
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (5)
hide
show
package/dist/cjs/index.js.map
+1
-1
package/dist/cjs/types/functions/jest.d.ts
+2
-0
package/dist/esm/index.js.map
+1
-1
package/dist/esm/types/functions/jest.d.ts
+2
-0
package/package.json
+29
-29
package/dist/cjs/types/functions/jest.d.ts
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
import React from 'react';
2
+
export declare const renderTestingTableContainer: (element: React.ReactElement) => import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>;
« First
‹ Prev
1
2
3
4
Next ›
Last »