UNPKG
@nekobird/styled-chemistry
Version:
latest (0.0.2)
0.0.2
0.0.1
A theming system for css-in-js.
github.com/nekobird/style-system
nekobird/style-system
@nekobird/styled-chemistry
/
build
/
types
/
lib
/
style-props
/
typography.d.ts
3 lines
(2 loc)
•
125 B
TypeScript
View Raw
1
2
3
import
{
ITheme
}
from
'../interfaces'
;
export
declare
const
typography
:
(
theme
:
ITheme
) =>
(
props
:
any
) =>
string
|
number
;