UNPKG
fannypack-v5
Version:
latest (5.0.0-rc.7)
5.0.0-rc.7
5.0.0-rc.0
An accessible, composable, and friendly React UI Kit
github.com/fannypackui
fannypackui/fannypack
fannypack-v5
/
ts
/
utils
/
_tests
/
render.d.ts
7 lines
(6 loc)
•
291 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ThemeConfig
}
from
'../../types'
;
declare
const
_default
:
(
Component
:
any
, { colorMode, theme }?: { colorMode?:
string
; theme?: ThemeConfig; }
) =>
import
(
"@testing-library/react"
).
RenderResult
<
typeof
import
(
"@testing-library/dom/typings/queries"
)>;
export
default
_default;