UNPKG
@crossed/styled
Version:
beta (0.14.0-beta.23)
latest (0.15.3)
0.15.3
0.15.2
0.15.1
0.15.0
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
0.14.0-beta.23
0.14.0-beta.22
0.14.0-beta.21
0.14.0-beta.20
0.14.0-beta.19
0.14.0-beta.18
0.14.0-beta.17
0.14.0-beta.16
0.14.0-beta.15
0.14.0-beta.14
0.14.0-beta.13
0.14.0-beta.12
0.14.0-beta.11
0.14.0-beta.10
0.14.0-beta.9
0.14.0-beta.8
0.14.0-beta.7
0.14.0-beta.6
0.14.0-beta.5
0.14.0-beta.4
0.14.0-beta.3
0.14.0-beta.2
0.14.0-beta.1
0.14.0-beta.0
0.13.0
0.12.1
0.12.0
0.11.0
0.10.2
0.10.1
0.10.0
0.9.0
0.8.0
0.7.1
0.7.0
0.6.0
0.5.0
0.4.0
A universal & performant styling library for React Native, Next.js & React
@crossed/styled
/
src
/
setTheme
/
setTheme.ts
11 lines
(8 loc)
•
249 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * Copyright (c) Paymium. * * This source code is licensed under the MIT license found in the * LICENSE file in the root of this projects source tree. */
import
type
{
SetTheme
}
from
'./types'
;
export
const
setTheme
:
SetTheme
=
() =>
{};