UNPKG
@arwes/core
Version:
latest (1.0.0-next.24051001)
1.0.0-next.24051001
1.0.0-next.24050801
1.0.0-next.24050601
1.0.0-next.24042901
1.0.0-next.24042701
1.0.0-next.24042601
1.0.0-next.24042301
1.0.0-next.24041901
1.0.0-next.24041802
1.0.0-next.24041801
1.0.0-next.10
1.0.0-alpha.23
1.0.0-alpha.22
1.0.0-alpha.21
1.0.0-alpha.20
1.0.0-alpha.19
1.0.0-alpha.18
1.0.0-alpha.16
1.0.0-alpha.14
1.0.0-alpha.13
1.0.0-alpha.11
1.0.0-alpha.10
Futuristic Sci-Fi UI Web Framework
arwes.dev
arwes/arwes
@arwes/core
/
build
/
esm
/
createAppStylesBaseline
/
createAppStylesBaseline.d.ts
5 lines
(4 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
Properties
as
CSSProperties
}
from
'csstype'
;
import
{
type
AppTheme
}
from
'@arwes/theme'
;
declare
const
createAppStylesBaseline
:
(
theme
:
AppTheme
) =>
Record
<
string
,
CSSProperties
>;
export
{ createAppStylesBaseline };