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
/
typography.d.ts
6 lines
(5 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Theme
}
from
'@emotion/react'
;
import
{
FontType
}
from
'@retriever-ui/type'
;
declare
const
typography
:
FontType
;
export
declare
type
FontsProperties
<T
extends
Theme
> = keyof T[
'font'
][
'fixedSize'
];
export
default
typography;