UNPKG
theme-vir
Version:
latest (28.25.0)
28.25.0
28.24.0
28.23.1
28.23.0
28.22.0
28.21.2
28.21.1
28.21.0
28.20.0
28.19.0
28.18.7
28.18.6
28.18.5
28.18.4
28.18.3
28.18.2
28.18.1
28.18.0
28.17.2
28.17.1
28.17.0
28.16.2
28.16.1
28.16.0
28.15.4
28.15.3
28.15.2
28.15.1
28.15.0
28.14.0
28.13.0
28.12.2
28.12.1
28.12.0
28.11.0
28.10.0
28.9.1
28.9.0
28.8.0
28.7.1
28.7.0
28.6.0
28.5.1
28.5.0
28.4.0
28.3.0
28.2.1
28.2.0
28.1.0
28.0.0
27.0.0
26.13.1
26.13.0
26.12.0
26.11.2
26.11.1
26.11.0
26.10.1
26.10.0
26.9.1
26.9.0
26.8.0
26.7.2
26.7.1
26.7.0
26.6.1
26.6.0
26.5.8
26.5.7
26.5.6
26.5.5
26.5.4
26.5.3
26.5.2
26.5.1
26.5.0
26.4.1
26.4.0
26.3.1
26.3.0
26.2.0
26.1.1
26.1.0
26.0.2
26.0.1
26.0.0
25.15.0
25.14.0
25.13.1
25.13.0
25.12.4
25.12.3
25.12.2
25.12.1
25.12.0
25.11.0
25.10.0
25.9.0
25.8.0
25.7.3
25.7.2
25.7.1
25.7.0
25.6.0
Create an entire web theme.
electrovir.github.io/element-vir/theme-vir
electrovir/element-vir
theme-vir
/
dist
/
create-theme
/
internal-theme.d.ts
4 lines
(3 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
import
{
type
ThemeOptions
}
from
'./theme-options.js'
;
export
type
InternalTheme
= {};
export
declare
function
createInternalTheme<
TagPrefix
extends
string
>(
options
:
ThemeOptions
<
TagPrefix
>):
InternalTheme
;