UNPKG
@retriever-ui/theme
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
Configuraçao dos temas e styleguide
github.com/indahousi/retriever
indahousi/retriever
@retriever-ui/theme
/
lib
/
Global.d.ts
8 lines
(7 loc)
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/// <reference types="react" />
import
{
CSSObject
,
Theme
}
from
'@emotion/react'
;
interface
GlobalStylesPRops
{
styles
?:
(
theme
:
Theme
) =>
CSSObject
; }
declare
const
GlobalStyles
:
(
{ styles }:
GlobalStylesPRops
) =>
JSX
.
Element
;
export
default
GlobalStyles
;