UNPKG
sn-controls-react
Version:
latest (1.0.1-beta.1)
1.0.1-beta.1
1.0.0-beta.1
React controls for sensenet ECM
sensenet.com
SenseNet/sn-controls-react
sn-controls-react
/
src
/
fieldcontrols
/
RichTextEditor
/
IRichTextEditorFieldSetting.ts
12 lines
(10 loc)
•
257 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** *
@module
FieldControls * */
/** */
import { IClientFieldSetting }
from
'../IClientFieldSetting'
/** * Interface for RichTextEditorFieldSetting properties */
export
interface
IRichTextEditorFieldSetting
extends
IClientFieldSetting
{ }