UNPKG
@fluent-windows/styles
Version:
latest (1.0.0)
1.0.0
Fluent-Windows React styles.
fluent-windows.com
fluent-org/fluent-windows
@fluent-windows/styles
/
themeGet.d.ts
2 lines
(1 loc)
•
121 B
TypeScript
View Raw
1
2
export
declare
const
themeGet
: <T =
any
>
(
path
:
string
,
defaultValue
?:
string
|
number
|
undefined
) =>
(
theme
:
any
) =>
T;