UNPKG
@ntragas/pouncejstest
Version:
latest (1.0.0)
1.0.0
A collection of UI components from Panther labs
github.com/panther-labs/pounce
panther-labs/pounce
@ntragas/pouncejstest
/
dist
/
cjs
/
utils
/
useTheme.d.ts
7 lines
(6 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Theme
}
from
'../theme'
;
declare
const
_default
:
() =>
Theme
;
/** * A React hook that allows to retrieve the theme within a functional component */
export
default
_default;