UNPKG
raonkeditor-angular
Version:
latest (1.0.5)
1.0.5
Angular component for RAON K Editor.
www.raonk.com
raonkeditor-angular
/
raonkeditor.module.d.ts
8 lines
(7 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** *
@license
Copyright (c) 2003-2022, RAONWIZ DevTeam. All rights reserved. */
export
declare
class
RaonkEditorModule
{ }
export
*
from
'./raonkeditor'
;
export
{
RaonkEditorComponent
}
from
'./raonkeditor.component'
;