UNPKG
fantasy-editor
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
A React Rich Text Editor Based On Slate
fantasy-editor.jieee.dev
lingjieee/fantasy-editor
fantasy-editor
/
lib
/
plugins
/
blocks
/
link
/
button-link.d.ts
9 lines
(8 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
FunctionComponent
}
from
'react'
;
import
'./button-link.less'
;
import
'antd/lib/popover/style'
;
interface
OwnProps
{ }
declare
type
Props
=
OwnProps
;
declare
const
ButtonLink
:
FunctionComponent
<
Props
>;
export
{
ButtonLink
};