UNPKG
fybdp-d3-kg
Version:
latest (1.0.1)
1.0.1
1.0.0
Knowledge Graph using React and D3.js
gitlab.fybdp.com/fuxi/d3-kg/blob/master/README.md
fybdp-d3-kg
/
dist
/
src
/
KnowledgeGraph
/
elements
/
properties
/
implementation
/
OwlDisjointWith.d.ts
8 lines
(7 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
BaseProperty
}
from
'../baseProperty'
;
export
declare
class
OWLDisjointWith
extends
BaseProperty
{
markerElement
:
undefined
;
constructor
(
graph
:
any
);
drawLabel
(
labelContainer
:
any
):
void
;
getShapeElement
():
any
; }