///
import { Tab, TabList, TabPanel } from "./tabs/tabs_";
declare const atoms: {
JDanimation: import("react").FunctionComponent<{
animation: import("./animation/Animations").Animation[];
}>;
JDbadge: import("react").FunctionComponent;
Button: {
new (props: Readonly): {
state: {
hasErr: boolean;
};
ComponentDidCatch: () => void;
render(): JSX.Element | "sorry Something Wrong";
context: any;
setState(state: any, callback?: () => void): void;
forceUpdate(callBack?: () => void): void;
readonly props: Readonly & Readonly<{
children?: import("react").ReactNode;
}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, prevState: Readonly): any;
componentDidUpdate?(prevProps: Readonly, prevState: Readonly, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
};
new (props: import("./button/Button").IButtonProps, context?: any): {
state: {
hasErr: boolean;
};
ComponentDidCatch: () => void;
render(): JSX.Element | "sorry Something Wrong";
context: any;
setState(state: any, callback?: () => void): void;
forceUpdate(callBack?: () => void): void;
readonly props: Readonly & Readonly<{
children?: import("react").ReactNode;
}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, prevState: Readonly): any;
componentDidUpdate?(prevProps: Readonly, prevState: Readonly, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
};
contextType?: import("react").Context;
};
Card: {
new (props: Readonly): {
state: {
hasErr: boolean;
};
ComponentDidCatch: () => void;
render(): JSX.Element | "sorry Something Wrong";
context: any;
setState(state: any, callback?: () => void): void;
forceUpdate(callBack?: () => void): void;
readonly props: Readonly & Readonly<{
children?: import("react").ReactNode;
}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, prevState: Readonly): any;
componentDidUpdate?(prevProps: Readonly, prevState: Readonly, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
};
new (props: import("./cards/Card").ICardProps, context?: any): {
state: {
hasErr: boolean;
};
ComponentDidCatch: () => void;
render(): JSX.Element | "sorry Something Wrong";
context: any;
setState(state: any, callback?: () => void): void;
forceUpdate(callBack?: () => void): void;
readonly props: Readonly & Readonly<{
children?: import("react").ReactNode;
}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, prevState: Readonly): any;
componentDidUpdate?(prevProps: Readonly, prevState: Readonly, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
};
contextType?: import("react").Context;
};
CircleIcon: {
new (props: Readonly): {
state: {
hasErr: boolean;
};
ComponentDidCatch: () => void;
render(): JSX.Element | "sorry Something Wrong";
context: any;
setState(state: any, callback?: () => void): void;
forceUpdate(callBack?: () => void): void;
readonly props: Readonly & Readonly<{
children?: import("react").ReactNode;
}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, prevState: Readonly): any;
componentDidUpdate?(prevProps: Readonly, prevState: Readonly, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
};
new (props: import("./circleIcon/CircleIcon").ICircleIconProps, context?: any): {
state: {
hasErr: boolean;
};
ComponentDidCatch: () => void;
render(): JSX.Element | "sorry Something Wrong";
context: any;
setState(state: any, callback?: () => void): void;
forceUpdate(callBack?: () => void): void;
readonly props: Readonly & Readonly<{
children?: import("react").ReactNode;
}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, prevState: Readonly): any;
componentDidUpdate?(prevProps: Readonly, prevState: Readonly, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
};
contextType?: import("react").Context;
};
JDcolorPicker: import("react").FunctionComponent<{
colorHook: import("../hooks/hook").IUseColor;
className?: string;
label?: string;
}>;
JDdayPicker: import("react").FunctionComponent;
DayPickerModal: import("react").FunctionComponent;
Drawer: import("react").FunctionComponent;
CheckBox: {
new (props: Readonly<{
disabled?: boolean;
checked?: boolean;
label?: string;
className?: string;
size?: "small";
onChange?(foo: boolean): void;
id?: string;
}>): {
state: {
hasErr: boolean;
};
ComponentDidCatch: () => void;
render(): JSX.Element | "sorry Something Wrong";
context: any;
setState(state: any, callback?: () => void): void;
forceUpdate(callBack?: () => void): void;
readonly props: Readonly<{
disabled?: boolean;
checked?: boolean;
label?: string;
className?: string;
size?: "small";
onChange?(foo: boolean): void;
id?: string;
}> & Readonly<{
children?: import("react").ReactNode;
}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly<{
disabled?: boolean;
checked?: boolean;
label?: string;
className?: string;
size?: "small";
onChange?(foo: boolean): void;
id?: string;
}>, nextState: Readonly, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly<{
disabled?: boolean;
checked?: boolean;
label?: string;
className?: string;
size?: "small";
onChange?(foo: boolean): void;
id?: string;
}>, prevState: Readonly): any;
componentDidUpdate?(prevProps: Readonly<{
disabled?: boolean;
checked?: boolean;
label?: string;
className?: string;
size?: "small";
onChange?(foo: boolean): void;
id?: string;
}>, prevState: Readonly, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly<{
disabled?: boolean;
checked?: boolean;
label?: string;
className?: string;
size?: "small";
onChange?(foo: boolean): void;
id?: string;
}>, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<{
disabled?: boolean;
checked?: boolean;
label?: string;
className?: string;
size?: "small";
onChange?(foo: boolean): void;
id?: string;
}>, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly<{
disabled?: boolean;
checked?: boolean;
label?: string;
className?: string;
size?: "small";
onChange?(foo: boolean): void;
id?: string;
}>, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly<{
disabled?: boolean;
checked?: boolean;
label?: string;
className?: string;
size?: "small";
onChange?(foo: boolean): void;
id?: string;
}>, nextState: Readonly, nextContext: any): void;
};
new (props: {
disabled?: boolean;
checked?: boolean;
label?: string;
className?: string;
size?: "small";
onChange?(foo: boolean): void;
id?: string;
}, context?: any): {
state: {
hasErr: boolean;
};
ComponentDidCatch: () => void;
render(): JSX.Element | "sorry Something Wrong";
context: any;
setState(state: any, callback?: () => void): void;
forceUpdate(callBack?: () => void): void;
readonly props: Readonly<{
disabled?: boolean;
checked?: boolean;
label?: string;
className?: string;
size?: "small";
onChange?(foo: boolean): void;
id?: string;
}> & Readonly<{
children?: import("react").ReactNode;
}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly<{
disabled?: boolean;
checked?: boolean;
label?: string;
className?: string;
size?: "small";
onChange?(foo: boolean): void;
id?: string;
}>, nextState: Readonly, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly<{
disabled?: boolean;
checked?: boolean;
label?: string;
className?: string;
size?: "small";
onChange?(foo: boolean): void;
id?: string;
}>, prevState: Readonly): any;
componentDidUpdate?(prevProps: Readonly<{
disabled?: boolean;
checked?: boolean;
label?: string;
className?: string;
size?: "small";
onChange?(foo: boolean): void;
id?: string;
}>, prevState: Readonly, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly<{
disabled?: boolean;
checked?: boolean;
label?: string;
className?: string;
size?: "small";
onChange?(foo: boolean): void;
id?: string;
}>, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<{
disabled?: boolean;
checked?: boolean;
label?: string;
className?: string;
size?: "small";
onChange?(foo: boolean): void;
id?: string;
}>, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly<{
disabled?: boolean;
checked?: boolean;
label?: string;
className?: string;
size?: "small";
onChange?(foo: boolean): void;
id?: string;
}>, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly<{
disabled?: boolean;
checked?: boolean;
label?: string;
className?: string;
size?: "small";
onChange?(foo: boolean): void;
id?: string;
}>, nextState: Readonly, nextContext: any): void;
};
contextType?: import("react").Context;
};
InputText: {
new (props: Readonly): {
state: {
hasErr: boolean;
};
ComponentDidCatch: () => void;
render(): JSX.Element | "sorry Something Wrong";
context: any;
setState(state: any, callback?: () => void): void;
forceUpdate(callBack?: () => void): void;
readonly props: Readonly & Readonly<{
children?: import("react").ReactNode;
}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, prevState: Readonly): any;
componentDidUpdate?(prevProps: Readonly, prevState: Readonly, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
};
new (props: import("./forms/inputText/InputText").IInputTextProps, context?: any): {
state: {
hasErr: boolean;
};
ComponentDidCatch: () => void;
render(): JSX.Element | "sorry Something Wrong";
context: any;
setState(state: any, callback?: () => void): void;
forceUpdate(callBack?: () => void): void;
readonly props: Readonly & Readonly<{
children?: import("react").ReactNode;
}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, prevState: Readonly): any;
componentDidUpdate?(prevProps: Readonly, prevState: Readonly, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
};
contextType?: import("react").Context;
};
Radio: {
new (props: Readonly<{
id: string;
groupName: string;
label?: string;
disabled?: boolean;
selectedValue?: any;
onChange?(foo?: any): void;
value?: any;
checked?: boolean;
}>): {
state: {
hasErr: boolean;
};
ComponentDidCatch: () => void;
render(): JSX.Element | "sorry Something Wrong";
context: any;
setState(state: any, callback?: () => void): void;
forceUpdate(callBack?: () => void): void;
readonly props: Readonly<{
id: string;
groupName: string;
label?: string;
disabled?: boolean;
selectedValue?: any;
onChange?(foo?: any): void;
value?: any;
checked?: boolean;
}> & Readonly<{
children?: import("react").ReactNode;
}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly<{
id: string;
groupName: string;
label?: string;
disabled?: boolean;
selectedValue?: any;
onChange?(foo?: any): void;
value?: any;
checked?: boolean;
}>, nextState: Readonly, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly<{
id: string;
groupName: string;
label?: string;
disabled?: boolean;
selectedValue?: any;
onChange?(foo?: any): void;
value?: any;
checked?: boolean;
}>, prevState: Readonly): any;
componentDidUpdate?(prevProps: Readonly<{
id: string;
groupName: string;
label?: string;
disabled?: boolean;
selectedValue?: any;
onChange?(foo?: any): void;
value?: any;
checked?: boolean;
}>, prevState: Readonly, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly<{
id: string;
groupName: string;
label?: string;
disabled?: boolean;
selectedValue?: any;
onChange?(foo?: any): void;
value?: any;
checked?: boolean;
}>, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<{
id: string;
groupName: string;
label?: string;
disabled?: boolean;
selectedValue?: any;
onChange?(foo?: any): void;
value?: any;
checked?: boolean;
}>, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly<{
id: string;
groupName: string;
label?: string;
disabled?: boolean;
selectedValue?: any;
onChange?(foo?: any): void;
value?: any;
checked?: boolean;
}>, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly<{
id: string;
groupName: string;
label?: string;
disabled?: boolean;
selectedValue?: any;
onChange?(foo?: any): void;
value?: any;
checked?: boolean;
}>, nextState: Readonly, nextContext: any): void;
};
new (props: {
id: string;
groupName: string;
label?: string;
disabled?: boolean;
selectedValue?: any;
onChange?(foo?: any): void;
value?: any;
checked?: boolean;
}, context?: any): {
state: {
hasErr: boolean;
};
ComponentDidCatch: () => void;
render(): JSX.Element | "sorry Something Wrong";
context: any;
setState(state: any, callback?: () => void): void;
forceUpdate(callBack?: () => void): void;
readonly props: Readonly<{
id: string;
groupName: string;
label?: string;
disabled?: boolean;
selectedValue?: any;
onChange?(foo?: any): void;
value?: any;
checked?: boolean;
}> & Readonly<{
children?: import("react").ReactNode;
}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly<{
id: string;
groupName: string;
label?: string;
disabled?: boolean;
selectedValue?: any;
onChange?(foo?: any): void;
value?: any;
checked?: boolean;
}>, nextState: Readonly, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly<{
id: string;
groupName: string;
label?: string;
disabled?: boolean;
selectedValue?: any;
onChange?(foo?: any): void;
value?: any;
checked?: boolean;
}>, prevState: Readonly): any;
componentDidUpdate?(prevProps: Readonly<{
id: string;
groupName: string;
label?: string;
disabled?: boolean;
selectedValue?: any;
onChange?(foo?: any): void;
value?: any;
checked?: boolean;
}>, prevState: Readonly, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly<{
id: string;
groupName: string;
label?: string;
disabled?: boolean;
selectedValue?: any;
onChange?(foo?: any): void;
value?: any;
checked?: boolean;
}>, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<{
id: string;
groupName: string;
label?: string;
disabled?: boolean;
selectedValue?: any;
onChange?(foo?: any): void;
value?: any;
checked?: boolean;
}>, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly<{
id: string;
groupName: string;
label?: string;
disabled?: boolean;
selectedValue?: any;
onChange?(foo?: any): void;
value?: any;
checked?: boolean;
}>, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly<{
id: string;
groupName: string;
label?: string;
disabled?: boolean;
selectedValue?: any;
onChange?(foo?: any): void;
value?: any;
checked?: boolean;
}>, nextState: Readonly, nextContext: any): void;
};
contextType?: import("react").Context;
};
Range: {
new (): Range;
prototype: Range;
readonly END_TO_END: number;
readonly END_TO_START: number;
readonly START_TO_END: number;
readonly START_TO_START: number;
};
JDselect: import("react").FunctionComponent<{
label?: string | JSX.Element;
disabled?: boolean;
selectedOption?: import("./forms/selectBox/SelectBox").IselectedOption;
options?: import("./forms/selectBox/SelectBox").IselectedOption[];
onChange?(foo: import("./forms/selectBox/SelectBox").IselectedOption): void;
className?: string;
rightLabel?: string;
props?: any;
defaultValue?: import("./forms/selectBox/SelectBox").IselectedOption;
isOpen?: boolean;
menuCanOverflow?: boolean;
textOverflow?: "hidden" | "visible";
mode?: "small";
size?: import("./forms/selectBox/SelectBox").SelectBoxSize;
background?: "white";
borderColor?: "primary";
displayArrow?: boolean;
menuItemCenterlize?: boolean;
noOptionsMessage?: string;
placeholder?: string;
autoSize?: boolean;
}>;
JDswitch: import("react").FunctionComponent<{
disabled?: boolean;
checked?: boolean;
onChange?(foo: boolean): void;
label?: string | JSX.Element;
ltxt?: string;
rtxt?: string;
tooltip?: string;
}>;
JDgraph: import("react").FunctionComponent;
Help: {
new (props: Readonly<{
icon?: "info" | "help";
tooltip?: string | JSX.Element | Element | JSX.Element[];
className?: string;
size?: import("./icons/Icons").IconSize;
}>): {
state: {
hasErr: boolean;
};
ComponentDidCatch: () => void;
render(): JSX.Element | "sorry Something Wrong";
context: any;
setState(state: any, callback?: () => void): void;
forceUpdate(callBack?: () => void): void;
readonly props: Readonly<{
icon?: "info" | "help";
tooltip?: string | JSX.Element | Element | JSX.Element[];
className?: string;
size?: import("./icons/Icons").IconSize;
}> & Readonly<{
children?: import("react").ReactNode;
}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly<{
icon?: "info" | "help";
tooltip?: string | JSX.Element | Element | JSX.Element[];
className?: string;
size?: import("./icons/Icons").IconSize;
}>, nextState: Readonly, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly<{
icon?: "info" | "help";
tooltip?: string | JSX.Element | Element | JSX.Element[];
className?: string;
size?: import("./icons/Icons").IconSize;
}>, prevState: Readonly): any;
componentDidUpdate?(prevProps: Readonly<{
icon?: "info" | "help";
tooltip?: string | JSX.Element | Element | JSX.Element[];
className?: string;
size?: import("./icons/Icons").IconSize;
}>, prevState: Readonly, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly<{
icon?: "info" | "help";
tooltip?: string | JSX.Element | Element | JSX.Element[];
className?: string;
size?: import("./icons/Icons").IconSize;
}>, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<{
icon?: "info" | "help";
tooltip?: string | JSX.Element | Element | JSX.Element[];
className?: string;
size?: import("./icons/Icons").IconSize;
}>, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly<{
icon?: "info" | "help";
tooltip?: string | JSX.Element | Element | JSX.Element[];
className?: string;
size?: import("./icons/Icons").IconSize;
}>, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly<{
icon?: "info" | "help";
tooltip?: string | JSX.Element | Element | JSX.Element[];
className?: string;
size?: import("./icons/Icons").IconSize;
}>, nextState: Readonly, nextContext: any): void;
};
new (props: {
icon?: "info" | "help";
tooltip?: string | JSX.Element | Element | JSX.Element[];
className?: string;
size?: import("./icons/Icons").IconSize;
}, context?: any): {
state: {
hasErr: boolean;
};
ComponentDidCatch: () => void;
render(): JSX.Element | "sorry Something Wrong";
context: any;
setState(state: any, callback?: () => void): void;
forceUpdate(callBack?: () => void): void;
readonly props: Readonly<{
icon?: "info" | "help";
tooltip?: string | JSX.Element | Element | JSX.Element[];
className?: string;
size?: import("./icons/Icons").IconSize;
}> & Readonly<{
children?: import("react").ReactNode;
}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly<{
icon?: "info" | "help";
tooltip?: string | JSX.Element | Element | JSX.Element[];
className?: string;
size?: import("./icons/Icons").IconSize;
}>, nextState: Readonly, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly<{
icon?: "info" | "help";
tooltip?: string | JSX.Element | Element | JSX.Element[];
className?: string;
size?: import("./icons/Icons").IconSize;
}>, prevState: Readonly): any;
componentDidUpdate?(prevProps: Readonly<{
icon?: "info" | "help";
tooltip?: string | JSX.Element | Element | JSX.Element[];
className?: string;
size?: import("./icons/Icons").IconSize;
}>, prevState: Readonly, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly<{
icon?: "info" | "help";
tooltip?: string | JSX.Element | Element | JSX.Element[];
className?: string;
size?: import("./icons/Icons").IconSize;
}>, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<{
icon?: "info" | "help";
tooltip?: string | JSX.Element | Element | JSX.Element[];
className?: string;
size?: import("./icons/Icons").IconSize;
}>, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly<{
icon?: "info" | "help";
tooltip?: string | JSX.Element | Element | JSX.Element[];
className?: string;
size?: import("./icons/Icons").IconSize;
}>, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly<{
icon?: "info" | "help";
tooltip?: string | JSX.Element | Element | JSX.Element[];
className?: string;
size?: import("./icons/Icons").IconSize;
}>, nextState: Readonly, nextContext: any): void;
};
contextType?: import("react").Context;
};
JDIcon: import("react").FunctionComponent;
ImageUploader: import("react").FunctionComponent;
JDLabel: {
new (props: Readonly<{
txt: string | JSX.Element;
}>): {
state: {
hasErr: boolean;
};
ComponentDidCatch: () => void;
render(): JSX.Element | "sorry Something Wrong";
context: any;
setState(state: any, callback?: () => void): void;
forceUpdate(callBack?: () => void): void;
readonly props: Readonly<{
txt: string | JSX.Element;
}> & Readonly<{
children?: import("react").ReactNode;
}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly<{
txt: string | JSX.Element;
}>, nextState: Readonly, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly<{
txt: string | JSX.Element;
}>, prevState: Readonly): any;
componentDidUpdate?(prevProps: Readonly<{
txt: string | JSX.Element;
}>, prevState: Readonly, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly<{
txt: string | JSX.Element;
}>, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<{
txt: string | JSX.Element;
}>, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly<{
txt: string | JSX.Element;
}>, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly<{
txt: string | JSX.Element;
}>, nextState: Readonly, nextContext: any): void;
};
new (props: {
txt: string | JSX.Element;
}, context?: any): {
state: {
hasErr: boolean;
};
ComponentDidCatch: () => void;
render(): JSX.Element | "sorry Something Wrong";
context: any;
setState(state: any, callback?: () => void): void;
forceUpdate(callBack?: () => void): void;
readonly props: Readonly<{
txt: string | JSX.Element;
}> & Readonly<{
children?: import("react").ReactNode;
}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly<{
txt: string | JSX.Element;
}>, nextState: Readonly, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly<{
txt: string | JSX.Element;
}>, prevState: Readonly): any;
componentDidUpdate?(prevProps: Readonly<{
txt: string | JSX.Element;
}>, prevState: Readonly, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly<{
txt: string | JSX.Element;
}>, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<{
txt: string | JSX.Element;
}>, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly<{
txt: string | JSX.Element;
}>, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly<{
txt: string | JSX.Element;
}>, nextState: Readonly, nextContext: any): void;
};
contextType?: import("react").Context;
};
LangSelectModal: import("react").FunctionComponent<{
modalHook: import("../hooks/hook").IUseModal;
changeLang: any;
currentLang: any;
}>;
LangList: {
new (props: Readonly): {
state: {
hasErr: boolean;
};
ComponentDidCatch: () => void;
render(): JSX.Element | "sorry Something Wrong";
context: any;
setState(state: any, callback?: () => void): void;
forceUpdate(callBack?: () => void): void;
readonly props: Readonly & Readonly<{
children?: import("react").ReactNode;
}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, prevState: Readonly): any;
componentDidUpdate?(prevProps: Readonly, prevState: Readonly, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
};
new (props: import("./langList/LangList").ILangListProps, context?: any): {
state: {
hasErr: boolean;
};
ComponentDidCatch: () => void;
render(): JSX.Element | "sorry Something Wrong";
context: any;
setState(state: any, callback?: () => void): void;
forceUpdate(callBack?: () => void): void;
readonly props: Readonly & Readonly<{
children?: import("react").ReactNode;
}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, prevState: Readonly): any;
componentDidUpdate?(prevProps: Readonly, prevState: Readonly, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
};
contextType?: import("react").Context;
};
List: import("react").FunctionComponent<{
dataList: any[];
refContainer: import("react").MutableRefObject;
onListKeyPress: any;
onListClick(e: import("react").MouseEvent): any;
setIsMatched?(foo?: boolean): any;
currentValue?: string;
alwaysListShow?: boolean;
}>;
Mbr: () => JSX.Element;
JDmenu: import("react").FunctionComponent<{
[key: string]: any;
customMode?: "sideNav" | "dropDown";
}>;
JDmodal: import("react").FunctionComponent;
JDmultiBox: import("react").FunctionComponent<{
labels: string[];
selectedValue: string[];
value: string[];
onChange: (value: string[]) => void;
withAllToogler?: boolean;
defaultAllToogle?: boolean;
withAllTooglerLabel?: string;
}>;
JDmultiStep: import("react").FunctionComponent<{
steps: import("./multiStep/MultiStep").step[];
}>;
JDPagination: import("react").FunctionComponent;
JDpreloader: import("react").FunctionComponent;
PreloaderModal: import("react").FunctionComponent;
ProfileCircle: {
new (props: Readonly): {
state: {
hasErr: boolean;
};
ComponentDidCatch: () => void;
render(): JSX.Element | "sorry Something Wrong";
context: any;
setState(state: any, callback?: () => void): void;
forceUpdate(callBack?: () => void): void;
readonly props: Readonly & Readonly<{
children?: import("react").ReactNode;
}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, prevState: Readonly): any;
componentDidUpdate?(prevProps: Readonly, prevState: Readonly, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
};
new (props: import("./profileCircle/ProfileCircle").IProfileCircleProps, context?: any): {
state: {
hasErr: boolean;
};
ComponentDidCatch: () => void;
render(): JSX.Element | "sorry Something Wrong";
context: any;
setState(state: any, callback?: () => void): void;
forceUpdate(callBack?: () => void): void;
readonly props: Readonly & Readonly<{
children?: import("react").ReactNode;
}>;
refs: {
[key: string]: import("react").ReactInstance;
};
componentDidMount?(): void;
shouldComponentUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): boolean;
componentWillUnmount?(): void;
componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly, prevState: Readonly): any;
componentDidUpdate?(prevProps: Readonly, prevState: Readonly, snapshot?: any): void;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void;
};
contextType?: import("react").Context;
};
JDsearchInput: import("react").FunctionComponent<{
dataList: any[];
onListClick?(value: string, id: string): void;
placeholder?: string;
label?: string;
onFindOne?(label?: string, id?: string): any;
setIsMatched?(foo?: boolean): any;
onTypeChange?(foo?: string): any;
onSearch?(value?: string): any;
staticList?: boolean;
filter?: boolean;
isMatched?: boolean;
isLoading?: boolean;
alwaysListShow?: boolean;
setTypeWhenFindOne?: boolean;
onTypeValue?: string;
asName?: string;
asDetail?: string;
asId?: string;
feedBackMessage?: string;
maxCount?: number;
}>;
JDsideNav: import("react").FunctionComponent<{
isOpen: boolean;
setIsOpen: any;
children?: string | JSX.Element | JSX.Element[];
}>;
JDSlider: import("react").FunctionComponent;
JDtable: import("react").FunctionComponent>;
JDtabs: import("react").FunctionComponent<{
styleMode?: "button";
className?: string;
defaultFocus?: boolean;
defaultIndex?: number;
disabledTabClassName?: string;
domRef?: (node?: HTMLElement) => void;
forceRenderTabPanel?: boolean;
onSelect?: (index: number, last: number, event: Event) => boolean | void;
selectedIndex?: number;
selectedTabClassName?: string;
selectedTabPanelClassName?: string;
}>;
JDTimer: import("react").FunctionComponent;
Tab: typeof Tab;
TabList: typeof TabList;
TabPanel: typeof TabPanel;
JDtoast: import("react").FunctionComponent;
JDToolTip: import("react").FunctionComponent