UNPKG
sodesu-comment
Version:
latest (0.5.2)
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1-alpha9
0.0.1-alpha8
0.0.1-alpha7
0.0.1-alpha5
0.0.1-alpha4
0.0.1-alpha3
0.0.1-alpha2
0.0.1-alpha14
0.0.1-alpha13
0.0.1-alpha12
0.0.1-alpha11
0.0.1-alpha10
0.0.1-alpha1
0.0.1-alpha.25
0.0.1-alpha.24
0.0.1-alpha.23
0.0.1-alpha.22
0.0.1-alpha.20
0.0.1-alpha.19
0.0.1-alpha.17
0.0.1-alpha.16
0.0.1-alpha.15
Comment system with SolidJS
github.com/BeiyanYunyi/sodesu
sodesu-comment
/
dist
/
index.d.ts
6 lines
(5 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
default
as
SodesuInitOptions
}
from
'./types/SodesuInitOptions'
;
export
declare
const
init
:
(
opt
:
SodesuInitOptions
) =>
{
update
:
(
opt
:
Partial
<
Omit
<
SodesuInitOptions
,
"el"
>>
) =>
void
;
destroy
:
() =>
void
; };