UNPKG
suneditor-react
Version:
alpha (2.6.5)
latest (3.6.1)
3.6.1
3.6.0
3.5.0
3.4.1
3.4.0
3.3.1
3.3.0
3.2.0
3.1.2
3.1.1
3.1.0
3.0.0
2.16.5
2.16.4
2.16.3
2.16.2
2.16.1
2.16.0
2.15.2
2.15.1
2.15.0
2.14.10
2.14.9
2.14.8
2.14.7
2.14.6
2.14.5
2.14.4
2.14.3
2.14.2
2.14.1
2.13.4
2.13.3
2.13.2
2.13.1
2.13.0
2.12.5
2.12.4
2.12.3
2.12.2
2.12.1
2.12.0
2.11.3
2.11.2
2.11.1
2.11.0
2.10.1
2.10.0
2.9.1
2.9.0
2.8.0
2.7.2
2.7.1
2.7.0
2.6.8
2.6.7
2.6.6
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.1
2.5.0
2.4.0
2.3.1
2.3.0
2.2.1
2.2.0
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.0.1
2.0.0
1.0.17
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
A React Component for Suneditor
github.com/mkhstar/suneditor-react
mkhstar/suneditor-react
suneditor-react
/
dist
/
components
/
SunEditor.d.ts
5 lines
(4 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
5
import
{
FC
}
from
"react"
;
import
{
SunEditorReactProps
}
from
"../types/SunEditorReactProps"
;
declare
const
SunEditor
:
FC
<
SunEditorReactProps
>;
export
default
SunEditor
;