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>;
useChackraColor: ((color) => string);
useChackraGlobal: (() => any);
useContainer: (() => any[]);
useRefAutofill: (<T>(value) => MutableRefObject<T>);
useSpaceId: (() => any[]);
useStringSaver: ((link) => {
onFocusChanged: ((isFocused) => void);
setValue: ((value) => void);
value: string;
});
};
@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;
};
framer-motion: __module;
is-hotkey: {
(hotkey, options?): ((event) => boolean);
(hotkey, event): boolean;
(hotkey, options, event): boolean;
};
json5: __module;
lodash: LoDashStatic;
re-resizable: __module;
react: __module;
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;
}
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>;
useChackraColor: ((color) => string);
useChackraGlobal: (() => any);
useContainer: (() => any[]);
useRefAutofill: (<T>(value) => MutableRefObject<T>);
useSpaceId: (() => any[]);
useStringSaver: ((link) => {
onFocusChanged: ((isFocused) => void);
setValue: ((value) => void);
value: string;
});
}
-
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>
-
useChackraColor: ((color) => string)
-
- (color): string
-
Returns string
-
useChackraGlobal: (() => any)
-
useContainer: (() => any[])
-
useRefAutofill: (<T>(value) => MutableRefObject<T>)
-
- <T>(value): MutableRefObject<T>
-
Returns MutableRefObject<T>
-
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
-
@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;
}
-
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
-
re-resizable: __module
-
react: __module
-
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
Is hotkey?