@nodeject/ui-components
Version:
UI library for non-trivial components
252 lines (251 loc) • 32 kB
TypeScript
import * as React from 'react';
import { ButtonType } from 'antd/lib/button';
import { IconBaseProps } from '@ant-design/icons/lib/components/Icon';
import { AntdIconProps } from '@ant-design/icons/lib/components/AntdIcon';
import { SizeType } from 'antd/lib/config-provider/SizeContext';
import { ButtonShape } from 'antd/lib/button';
export interface SvgIconBaseProps extends IconBaseProps {
fill?: string;
height?: string;
svg?: any;
viewBox?: string;
width?: string;
}
interface ButtonIconBaseProps {
onClick?: () => void;
className?: string;
style?: React.CSSProperties;
type?: ButtonType;
}
export declare const Add: React.FC<ButtonIconBaseProps>;
export declare const AddNodeChild: React.FC<SvgIconBaseProps>;
export declare const AddNodeSibling: React.FC<SvgIconBaseProps>;
export declare const AddUserIcon: (props: IconBaseProps) => JSX.Element;
export declare const AddTeamIcon: (props: IconBaseProps) => JSX.Element;
export declare const AlertIcon: (props: IconBaseProps) => JSX.Element;
export declare const AttachmentIcon: (props: IconBaseProps) => JSX.Element;
export declare const BlockedIcon: (props: IconBaseProps) => JSX.Element;
export declare const BugIcon: (props: IconBaseProps) => JSX.Element;
export declare const CalendarIcon: (props: IconBaseProps) => JSX.Element;
export declare const CloseIcon: (props: IconBaseProps) => JSX.Element;
export declare const CheckSquareIcon: (props: IconBaseProps) => JSX.Element;
export declare const ConversationIcon: (props: IconBaseProps) => JSX.Element;
export declare const DeleteFilledIcon: (props: IconBaseProps) => JSX.Element;
export declare const DeleteOutlinedIcon: (props: IconBaseProps) => JSX.Element;
export declare const DislikeFilledIcon: (props: IconBaseProps) => JSX.Element;
export declare const DislikeIcon: (props: IconBaseProps) => JSX.Element;
export declare const DoneIcon: (props: IconBaseProps) => JSX.Element;
export declare const DownCircleIcon: (props: IconBaseProps) => JSX.Element;
export declare const DownIcon: (props: IconBaseProps) => JSX.Element;
export declare const EnterIcon: (props: IconBaseProps) => JSX.Element;
export declare const EditIcon: (props: IconBaseProps) => JSX.Element;
export declare const FavoriteFilledIcon: (props: IconBaseProps) => JSX.Element;
export declare const FavoriteIcon: (props: IconBaseProps) => JSX.Element;
export declare const FilterIcon: (props: IconBaseProps) => JSX.Element;
export declare const FolderIcon: (props: IconBaseProps) => JSX.Element;
export declare const FolderOpenIcon: (props: IconBaseProps) => JSX.Element;
export declare const FollowIcon: (props: IconBaseProps) => JSX.Element;
export declare const FormIcon: (props: IconBaseProps) => JSX.Element;
export declare const HelpIcon: (props: IconBaseProps) => JSX.Element;
export declare const HistoryIcon: (props: IconBaseProps) => JSX.Element;
export declare const HomeIcon: (props: IconBaseProps) => JSX.Element;
export declare const InfoIcon: (props: IconBaseProps) => JSX.Element;
export declare const IssueIcon: (props: IconBaseProps) => JSX.Element;
export declare const LeftCircleIcon: (props: IconBaseProps) => JSX.Element;
export declare const LeftIcon: (props: IconBaseProps) => JSX.Element;
export declare const LikeFilledIcon: (props: IconBaseProps) => JSX.Element;
export declare const LikeIcon: (props: IconBaseProps) => JSX.Element;
export declare const LinkIcon: (props: IconBaseProps) => JSX.Element;
export declare const LockIcon: (props: IconBaseProps) => JSX.Element;
export declare const MailIcon: (props: IconBaseProps) => JSX.Element;
export declare const MenuIcon: (props: IconBaseProps) => JSX.Element;
export declare const MessageIcon: (props: IconBaseProps) => JSX.Element;
export declare const MinusSquareIcon: (props: AntdIconProps) => JSX.Element;
export declare const MoreIcon: (props: IconBaseProps) => JSX.Element;
export declare const MoreHorizontalIcon: (props: IconBaseProps) => JSX.Element;
export declare const NotificationIcon: (props: IconBaseProps) => JSX.Element;
export declare const PlusCircleIcon: (props: IconBaseProps) => JSX.Element;
export declare const PlusIcon: (props: IconBaseProps) => JSX.Element;
export declare const PlusSquareIcon: (props: AntdIconProps) => JSX.Element;
export declare const RemoveUserIcon: (props: IconBaseProps) => JSX.Element;
export declare const RemoveTeamIcon: (props: IconBaseProps) => JSX.Element;
export declare const RightCircleIcon: (props: IconBaseProps) => JSX.Element;
export declare const RightIcon: (props: IconBaseProps) => JSX.Element;
export declare const SearchIcon: (props: IconBaseProps) => JSX.Element;
export declare const SettingsIcon: (props: IconBaseProps) => JSX.Element;
export declare const ShareIcon: (props: IconBaseProps) => JSX.Element;
export declare const StarIcon: (props: IconBaseProps) => JSX.Element;
export declare const TagIcon: (props: IconBaseProps) => JSX.Element;
export declare const TagsIcon: (props: IconBaseProps) => JSX.Element;
export declare const TeamIcon: (props: IconBaseProps) => JSX.Element;
export declare const TimelineIcon: (props: IconBaseProps) => JSX.Element;
export declare const ToTopIcon: (props: IconBaseProps) => JSX.Element;
export declare const UnfollowIcon: (props: IconBaseProps) => JSX.Element;
export declare const UnlinkIcon: (props: IconBaseProps) => JSX.Element;
export declare const UpCircleIcon: (props: IconBaseProps) => JSX.Element;
export declare const UpIcon: (props: IconBaseProps) => JSX.Element;
export declare const UploadIcon: (props: IconBaseProps) => JSX.Element;
export declare const UserIcon: (props: IconBaseProps) => JSX.Element;
export declare const WarningIcon: (props: IconBaseProps) => JSX.Element;
export declare const WarningCircleIcon: (props: IconBaseProps) => JSX.Element;
export declare const WorkItemIcon: (props: IconBaseProps) => JSX.Element;
export declare const QuestionIcon: (props: IconBaseProps) => JSX.Element;
export declare const CaretUp: React.FC<ButtonIconBaseProps>;
export declare const CaretDown: React.FC<ButtonIconBaseProps>;
export declare const CaretLeft: React.FC<ButtonIconBaseProps>;
export declare const CaretRight: React.FC<ButtonIconBaseProps>;
export declare const DashboardIcon: React.FC<SvgIconBaseProps>;
export declare const DescriptionIcon: React.FC<SvgIconBaseProps>;
export declare const OpenIcon: React.FC<SvgIconBaseProps>;
export declare const DetailsIcon: React.FC<SvgIconBaseProps>;
export declare const DiscussionIcon: React.FC<SvgIconBaseProps>;
export declare const IncubatorIcon: React.FC<SvgIconBaseProps>;
export declare const KanbanIcon: React.FC<SvgIconBaseProps>;
export declare const LoadingIcon: React.FC<IconBaseProps>;
export declare const MoveIcon: React.FC<SvgIconBaseProps>;
export declare const OrganizationIcon: React.FC<SvgIconBaseProps>;
export declare const ProjectIcon: React.FC<SvgIconBaseProps>;
export declare const ProjectGanttIcon: React.FC<SvgIconBaseProps>;
export declare const PortfolioIcon: React.FC<SvgIconBaseProps>;
export declare const RemoveIcon: React.FC<ButtonIconBaseProps>;
export declare const Remove: React.FC<ButtonIconBaseProps>;
export declare const RiskIcon: React.FC<SvgIconBaseProps>;
export declare const TaskIcon: React.FC<SvgIconBaseProps>;
export declare const WbsIcon: React.FC<SvgIconBaseProps>;
export declare const WbsControlAccountIcon: React.FC<SvgIconBaseProps>;
export declare const WorkPackageIcon: React.FC<SvgIconBaseProps>;
export declare const Icons: {
Application: {
Arrows: {
DownCircleIcon: (props: IconBaseProps) => JSX.Element;
DownIcon: (props: IconBaseProps) => JSX.Element;
LeftCircleIcon: (props: IconBaseProps) => JSX.Element;
LeftIcon: (props: IconBaseProps) => JSX.Element;
MoveIcon: React.FC<SvgIconBaseProps>;
RightCircleIcon: (props: IconBaseProps) => JSX.Element;
RightIcon: (props: IconBaseProps) => JSX.Element;
UpCircleIcon: (props: IconBaseProps) => JSX.Element;
UpIcon: (props: IconBaseProps) => JSX.Element;
};
AttachmentIcon: (props: IconBaseProps) => JSX.Element;
CalendarIcon: (props: IconBaseProps) => JSX.Element;
CheckSquareIcon: (props: IconBaseProps) => JSX.Element;
CloseIcon: (props: IconBaseProps) => JSX.Element;
ConversationIcon: (props: IconBaseProps) => JSX.Element;
DashboardIcon: React.FC<SvgIconBaseProps>;
DeleteFilledIcon: (props: IconBaseProps) => JSX.Element;
DeleteOutlinedIcon: (props: IconBaseProps) => JSX.Element;
DescriptionIcon: React.FC<SvgIconBaseProps>;
DetailsIcon: React.FC<SvgIconBaseProps>;
DiscussionIcon: React.FC<SvgIconBaseProps>;
DislikeFilledIcon: (props: IconBaseProps) => JSX.Element;
DislikeIcon: (props: IconBaseProps) => JSX.Element;
EditIcon: (props: IconBaseProps) => JSX.Element;
EnterOutlined: React.ForwardRefExoticComponent<Pick<AntdIconProps, "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "id" | "value" | "key" | "disabled" | "default" | "className" | "size" | "onError" | "color" | "max" | "required" | "high" | "low" | "start" | "open" | "media" | "hidden" | "dir" | "async" | "defer" | "manifest" | "content" | "wrap" | "multiple" | "height" | "rotate" | "translate" | "width" | "prefix" | "src" | "list" | "step" | "aria-label" | "spin" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "marginHeight" | "marginWidth" | "maxLength" | "mediaGroup" | "method" | "min" | "minLength" | "muted" | "name" | "nonce" | "noValidate" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "srcDoc" | "srcLang" | "srcSet" | "target" | "type" | "useMap" | "wmode" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "twoToneColor"> & React.RefAttributes<HTMLSpanElement>>;
FavoriteFilledIcon: (props: IconBaseProps) => JSX.Element;
FavoriteIcon: (props: IconBaseProps) => JSX.Element;
FilterIcon: (props: IconBaseProps) => JSX.Element;
FolderOutlined: React.ForwardRefExoticComponent<Pick<AntdIconProps, "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "id" | "value" | "key" | "disabled" | "default" | "className" | "size" | "onError" | "color" | "max" | "required" | "high" | "low" | "start" | "open" | "media" | "hidden" | "dir" | "async" | "defer" | "manifest" | "content" | "wrap" | "multiple" | "height" | "rotate" | "translate" | "width" | "prefix" | "src" | "list" | "step" | "aria-label" | "spin" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "marginHeight" | "marginWidth" | "maxLength" | "mediaGroup" | "method" | "min" | "minLength" | "muted" | "name" | "nonce" | "noValidate" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "srcDoc" | "srcLang" | "srcSet" | "target" | "type" | "useMap" | "wmode" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "twoToneColor"> & React.RefAttributes<HTMLSpanElement>>;
FolderOpenOutlined: React.ForwardRefExoticComponent<Pick<AntdIconProps, "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "id" | "value" | "key" | "disabled" | "default" | "className" | "size" | "onError" | "color" | "max" | "required" | "high" | "low" | "start" | "open" | "media" | "hidden" | "dir" | "async" | "defer" | "manifest" | "content" | "wrap" | "multiple" | "height" | "rotate" | "translate" | "width" | "prefix" | "src" | "list" | "step" | "aria-label" | "spin" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "marginHeight" | "marginWidth" | "maxLength" | "mediaGroup" | "method" | "min" | "minLength" | "muted" | "name" | "nonce" | "noValidate" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "srcDoc" | "srcLang" | "srcSet" | "target" | "type" | "useMap" | "wmode" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "twoToneColor"> & React.RefAttributes<HTMLSpanElement>>;
FollowIcon: (props: IconBaseProps) => JSX.Element;
FormIcon: (props: IconBaseProps) => JSX.Element;
HelpIcon: (props: IconBaseProps) => JSX.Element;
HistoryIcon: (props: IconBaseProps) => JSX.Element;
HomeIcon: (props: IconBaseProps) => JSX.Element;
InfoIcon: (props: IconBaseProps) => JSX.Element;
LikeFilledIcon: (props: IconBaseProps) => JSX.Element;
LikeIcon: (props: IconBaseProps) => JSX.Element;
LinkIcon: (props: IconBaseProps) => JSX.Element;
LoadingIcon: React.FC<IconBaseProps>;
LockIcon: (props: IconBaseProps) => JSX.Element;
MenuIcon: (props: IconBaseProps) => JSX.Element;
MinusSquareIcon: (props: AntdIconProps) => JSX.Element;
MoreHorizontalIcon: (props: IconBaseProps) => JSX.Element;
MoreIcon: (props: IconBaseProps) => JSX.Element;
Notifications: {
AlertIcon: (props: IconBaseProps) => JSX.Element;
InfoIcon: (props: IconBaseProps) => JSX.Element;
ImportantIcon: (props: IconBaseProps) => JSX.Element;
MailIcon: (props: IconBaseProps) => JSX.Element;
MessageIcon: (props: IconBaseProps) => JSX.Element;
NotificationIcon: (props: IconBaseProps) => JSX.Element;
};
OpenIcon: React.FC<SvgIconBaseProps>;
PlusCircleIcon: (props: IconBaseProps) => JSX.Element;
PlusIcon: (props: IconBaseProps) => JSX.Element;
PlusSquareIcon: (props: AntdIconProps) => JSX.Element;
QuestionIcon: (props: IconBaseProps) => JSX.Element;
Remove: React.FC<ButtonIconBaseProps>;
RemoveIcon: React.FC<ButtonIconBaseProps>;
SearchIcon: (props: IconBaseProps) => JSX.Element;
SettingsIcon: (props: IconBaseProps) => JSX.Element;
ShareIcon: (props: IconBaseProps) => JSX.Element;
TagIcon: (props: IconBaseProps) => JSX.Element;
TagsIcon: (props: IconBaseProps) => JSX.Element;
TimelineIcon: (props: IconBaseProps) => JSX.Element;
ToTopIcon: (props: IconBaseProps) => JSX.Element;
UnfollowIcon: (props: IconBaseProps) => JSX.Element;
UnlinkIcon: (props: IconBaseProps) => JSX.Element;
UploadIcon: (props: IconBaseProps) => JSX.Element;
WarningIcon: (props: IconBaseProps) => JSX.Element;
};
Board: {
IncubatorIcon: React.FC<SvgIconBaseProps>;
KanbanIcon: React.FC<SvgIconBaseProps>;
};
Conversation: {
ConversationIcon: (props: IconBaseProps) => JSX.Element;
MessageIcon: (props: IconBaseProps) => JSX.Element;
};
OrganizationIcon: React.FC<SvgIconBaseProps>;
Ppm: {
PortfolioIcon: React.FC<SvgIconBaseProps>;
ProjectGanttIcon: React.FC<SvgIconBaseProps>;
ProjectIcon: React.FC<SvgIconBaseProps>;
};
Status: {
DoneIcon: (props: IconBaseProps) => JSX.Element;
};
User: {
AddTeamIcon: (props: IconBaseProps) => JSX.Element;
AddUserIcon: (props: IconBaseProps) => JSX.Element;
RemoveTeamIcon: (props: IconBaseProps) => JSX.Element;
RemoveUserIcon: (props: IconBaseProps) => JSX.Element;
TeamIcon: (props: IconBaseProps) => JSX.Element;
UserIcon: (props: IconBaseProps) => JSX.Element;
};
Wbs: {
WbsControlAccountIcon: React.FC<SvgIconBaseProps>;
WbsIcon: React.FC<SvgIconBaseProps>;
WorkPackageIcon: React.FC<SvgIconBaseProps>;
};
WbsComponent: {
AddNodeChild: React.FC<SvgIconBaseProps>;
AddNodeSibling: React.FC<SvgIconBaseProps>;
AddWorkItemIcon: React.FC<ButtonIconBaseProps>;
AddWbsComponentChildIcon: React.FC<ButtonIconBaseProps>;
AddWbsComponentLeftSiblingIcon: React.FC<ButtonIconBaseProps>;
AddWbsComponentRightSiblingIcon: React.FC<ButtonIconBaseProps>;
AddWbsComponentParentIcon: React.FC<ButtonIconBaseProps>;
};
WorkItem: {
BlockedIcon: (props: IconBaseProps) => JSX.Element;
BugIcon: (props: IconBaseProps) => JSX.Element;
DoneIcon: (props: IconBaseProps) => JSX.Element;
IssueIcon: (props: IconBaseProps) => JSX.Element;
RiskIcon: React.FC<SvgIconBaseProps>;
TaskIcon: React.FC<SvgIconBaseProps>;
WorkItemIcon: (props: IconBaseProps) => JSX.Element;
};
};
export interface ButtonIconProps {
className?: string;
icon: JSX.Element;
shape?: ButtonShape;
size?: SizeType;
style?: React.CSSProperties;
type?: ButtonType;
onClick?: () => void;
}
export declare const ButtonIcon: React.FC<ButtonIconProps>;
export {};