list: {
@belivvr/aframe-react: __module;
@chakra-ui/icons: __module;
@chakra-ui/react: __module;
@deep-foundation/deepcase: {
BlockButton: MemoExoticComponent<any>;
BubbleArrowLeft: ((__namedParameters) => Element);
ClientHandler: ((_props) => Element);
CustomizableIcon: MemoExoticComponent<any>;
CytoEditorPreview: ((__namedParameters) => Element);
CytoReactLinkAvatar: MemoExoticComponent<any>;
DeepWysiwyg: MemoExoticComponent<any>;
EditorTextArea: MemoExoticComponent<any>;
MarkButton: ((__namedParameters) => Element);
Resize: MemoExoticComponent<any>;
useBreadcrumbs: (() => [any, ((value) => any), (() => any)]);
useChackraColor: ((color) => string);
useChackraGlobal: (() => any);
useContainer: (() => any[]);
useFocusMethods: (() => {
focus: ((id, value) => Promise<void>);
unfocus: ((id) => Promise<void>);
});
useRefAutofill: (<T>(value) => MutableRefObject<T>);
useShowExtra: (() => [any, ((value) => any), (() => any)]);
useSpaceId: (() => any[]);
useStringSaver: ((link) => {
onFocusChanged: ((isFocused) => void);
setValue: ((value) => void);
value: string;
});
useTraveler: (() => [boolean, ((value) => boolean), (() => boolean)]);
};
@deep-foundation/deeplinks: {
useMinilinksFilter: (<L, R>(ml, filter, results, interval?) => R);
};
@monaco-editor/react: ComponentType<EditorProps>;
@react-hook/debounce: __module;
@rjsf/chakra-ui: __module;
@rjsf/core: __module;
@rjsf/validator-ajv8: __module;
aframe-react: {
Entity: any;
Scene: any;
};
axios: AxiosStatic;
axios-hooks: __module;
classnames: {
default: any;
};
d3: any;
d3-force-3d: any;
framer-motion: __module;
is-hotkey: {
(hotkey, options?): ((event) => boolean);
(hotkey, event): boolean;
(hotkey, options, event): boolean;
};
json5: __module;
lodash: LoDashStatic;
md5: any;
re-resizable: __module;
react: __module;
react-d3-cloud: MemoExoticComponent<((__namedParameters) => React.ReactElement<any, string | React.JSXElementConstructor<any>>)>;
react-hotkeys-hook: __module;
react-icons: Context<IconContext>;
react-icons/bs: __module;
react-icons/ci: __module;
react-icons/fi: __module;
react-icons/tb: __module;
react-linkify: any;
slate: __module;
slate-react: __module;
slate-serializers: {
htmlToSlate: ((html, config?) => Descendant[]);
slateToHtml: SlateToHtml;
};
slate-soft-break: any;
uuid: any;
}
Type declaration
-
@belivvr/aframe-react: __module
-
@chakra-ui/icons: __module
-
@chakra-ui/react: __module
-
@deep-foundation/deepcase: {
BlockButton: MemoExoticComponent<any>;
BubbleArrowLeft: ((__namedParameters) => Element);
ClientHandler: ((_props) => Element);
CustomizableIcon: MemoExoticComponent<any>;
CytoEditorPreview: ((__namedParameters) => Element);
CytoReactLinkAvatar: MemoExoticComponent<any>;
DeepWysiwyg: MemoExoticComponent<any>;
EditorTextArea: MemoExoticComponent<any>;
MarkButton: ((__namedParameters) => Element);
Resize: MemoExoticComponent<any>;
useBreadcrumbs: (() => [any, ((value) => any), (() => any)]);
useChackraColor: ((color) => string);
useChackraGlobal: (() => any);
useContainer: (() => any[]);
useFocusMethods: (() => {
focus: ((id, value) => Promise<void>);
unfocus: ((id) => Promise<void>);
});
useRefAutofill: (<T>(value) => MutableRefObject<T>);
useShowExtra: (() => [any, ((value) => any), (() => any)]);
useSpaceId: (() => any[]);
useStringSaver: ((link) => {
onFocusChanged: ((isFocused) => void);
setValue: ((value) => void);
value: string;
});
useTraveler: (() => [boolean, ((value) => boolean), (() => boolean)]);
}
-
BlockButton: MemoExoticComponent<any>
-
BubbleArrowLeft: ((__namedParameters) => Element)
-
- (__namedParameters): Element
-
Parameters
-
__namedParameters: Object
Returns Element
-
ClientHandler: ((_props) => Element)
-
- (_props): Element
-
Returns Element
-
CustomizableIcon: MemoExoticComponent<any>
-
CytoEditorPreview: ((__namedParameters) => Element)
-
- (__namedParameters): Element
-
Parameters
-
__namedParameters: {
compact?: boolean;
link?: any;
}
-
Optional
compact?: boolean
-
Optional
link?: any
Returns Element
-
CytoReactLinkAvatar: MemoExoticComponent<any>
-
DeepWysiwyg: MemoExoticComponent<any>
-
EditorTextArea: MemoExoticComponent<any>
-
MarkButton: ((__namedParameters) => Element)
-
- (__namedParameters): Element
-
Parameters
-
__namedParameters: Object
Returns Element
-
Resize: MemoExoticComponent<any>
-
useBreadcrumbs: (() => [any, ((value) => any), (() => any)])
-
- (): [any, ((value) => any), (() => any)]
-
Returns [any, ((value) => any), (() => any)]
-
useChackraColor: ((color) => string)
-
- (color): string
-
Returns string
-
useChackraGlobal: (() => any)
-
useContainer: (() => any[])
-
useFocusMethods: (() => {
focus: ((id, value) => Promise<void>);
unfocus: ((id) => Promise<void>);
})
-
- (): {
focus: ((id, value) => Promise<void>);
unfocus: ((id) => Promise<void>);
}
-
Returns {
focus: ((id, value) => Promise<void>);
unfocus: ((id) => Promise<void>);
}
-
focus: ((id, value) => Promise<void>)
-
- (id, value): Promise<void>
-
Parameters
-
id: any
-
value: {
x: number;
y: number;
z: number;
}
-
x: number
-
y: number
-
z: number
Returns Promise<void>
-
unfocus: ((id) => Promise<void>)
-
- (id): Promise<void>
-
Returns Promise<void>
-
useRefAutofill: (<T>(value) => MutableRefObject<T>)
-
- <T>(value): MutableRefObject<T>
-
Returns MutableRefObject<T>
-
useShowExtra: (() => [any, ((value) => any), (() => any)])
-
-
Returns [any, ((value) => any), (() => any)]
-
useSpaceId: (() => any[])
-
useStringSaver: ((link) => {
onFocusChanged: ((isFocused) => void);
setValue: ((value) => void);
value: string;
})
-
- (link): {
onFocusChanged: ((isFocused) => void);
setValue: ((value) => void);
value: string;
}
-
Returns {
onFocusChanged: ((isFocused) => void);
setValue: ((value) => void);
value: string;
}
-
onFocusChanged: ((isFocused) => void)
-
- (isFocused): void
-
Returns void
-
setValue: ((value) => void)
-
- (value): void
-
Returns void
-
value: string
-
useTraveler: (() => [boolean, ((value) => boolean), (() => boolean)])
-
- (): [boolean, ((value) => boolean), (() => boolean)]
-
Returns [boolean, ((value) => boolean), (() => boolean)]
-
@deep-foundation/deeplinks: {
useMinilinksFilter: (<L, R>(ml, filter, results, interval?) => R);
}
-
useMinilinksFilter: (<L, R>(ml, filter, results, interval?) => R)
-
- <L, R>(ml, filter, results, interval?): R
-
Type Parameters
-
L extends Link<number>
-
R = any
Parameters
-
ml: any
-
filter: ((currentLink, oldLink, newLink) => boolean)
-
- (currentLink, oldLink, newLink): boolean
-
Parameters
-
currentLink: L
-
oldLink: L
-
newLink: L
Returns boolean
-
results: ((l?, ml?, oldLink?, newLink?) => R)
-
- (l?, ml?, oldLink?, newLink?): R
-
Parameters
-
Optional
l: L
-
Optional
ml: any
-
Optional
oldLink: L
-
Optional
newLink: L
Returns R
-
Optional
interval: number
Returns R
-
@monaco-editor/react: ComponentType<EditorProps>
-
@react-hook/debounce: __module
-
@rjsf/chakra-ui: __module
-
@rjsf/core: __module
-
@rjsf/validator-ajv8: __module
-
aframe-react: {
Entity: any;
Scene: any;
}
-
axios: AxiosStatic
-
axios-hooks: __module
-
classnames: {
default: any;
}
-
d3: any
-
d3-force-3d: any
-
framer-motion: __module
-
is-hotkey: {
(hotkey, options?): ((event) => boolean);
(hotkey, event): boolean;
(hotkey, options, event): boolean;
}
-
- (hotkey, options?): ((event) => boolean)
-
Parameters
-
hotkey: string | readonly string[]
-
Optional
options: HotKeyOptions
Returns ((event) => boolean)
-
- (event): boolean
-
Returns boolean
- (hotkey, event): boolean
-
Parameters
-
hotkey: string | readonly string[]
-
event: KeyboardEventLike
Returns boolean
- (hotkey, options, event): boolean
-
Parameters
-
hotkey: string | readonly string[]
-
options: HotKeyOptions
-
event: KeyboardEventLike
Returns boolean
-
json5: __module
-
lodash: LoDashStatic
-
md5: any
-
re-resizable: __module
-
react: __module
-
react-d3-cloud: MemoExoticComponent<((__namedParameters) => React.ReactElement<any, string | React.JSXElementConstructor<any>>)>
-
react-hotkeys-hook: __module
-
react-icons: Context<IconContext>
-
react-icons/bs: __module
-
react-icons/ci: __module
-
react-icons/fi: __module
-
react-icons/tb: __module
-
react-linkify: any
-
slate: __module
-
slate-react: __module
-
slate-serializers: {
htmlToSlate: ((html, config?) => Descendant[]);
slateToHtml: SlateToHtml;
}
-
htmlToSlate: ((html, config?) => Descendant[])
-
- (html, config?): Descendant[]
-
Parameters
-
html: string
-
Optional
config: Config
Returns Descendant[]
-
slateToHtml: SlateToHtml
-
slate-soft-break: any
-
uuid: any
Is hotkey?