@modular/sdk/ui
1076 exports in 6 groups.
Interfaces56
- ButtonPropsinterfaceblock, className, componentProps, endIcon, icon, iconPosition, loading, shape, size, variant, withoutHoverStyle
- CheckboxPropsinterfacechecked, disabled, onCheckedChange, ref
- ConfirmModalPropsinterfacecancelButtonOptions, cancelText, closeButtonOptions, confirmButtonOptions, contentOptions, description, height, minHeight, onConfirm, overlayOptions, portalOptions, ref, title, width, withoutCloseButton
- ContainerBodyPropsinterfaceref, scrollable, scrollAreaProps, scrollMask
- ContainerComponentinterfaceActions, Body, Description, displayName, Footer, Header, Title
- ContainerFooterPropsinterfaceref
- ContainerHeaderPropsinterfaceactions, description, ref, title
- ContainerPropsinterfaceactions, density, description, fill, footer, ref, scrollable, scrollMask, title, variant
- ContextMenuItemPropsinterfaceinset, ref, variant
- ContextMenuLabelPropsinterfaceinset, ref
- ContextMenuSubTriggerPropsinterfaceinset, ref
- DataTableColumnHeaderPropsinterfacecolumn, title
- DataTablePaginationPropsinterfaceclassName, pageCount, pageSizeOptions, pagination, rowSelection, table, totalCount
- DataTablePropsinterfacecolumns, data, defaultPageSize, enableRowSelection, getRowId, manualPagination, onPaginationChange, onRowSelectionChange, pageSizeOptions, pagination, rowCount, rowSelection, searchColumn, searchPlaceholder, showPagination, showViewOptions, toolbar, toolbarContent
- DataTableViewOptionsPropsinterfaceclassName, table
- DialogContentPropsinterfaceref, showCloseButton
- DialogFooterPropsinterfaceref, showCloseButton
- DrawerContentPropsinterfacehideOverlay, ref, showHandle
- DropdownMenuItemPropsinterfaceinset, ref, variant
- DropdownMenuLabelPropsinterfaceinset, ref
- DropdownMenuSubTriggerPropsinterfaceinset, ref
- ErrorBoundaryPropsinterfacechildren, fallback, onError, resetKey
- IconButtonPropsinterfaceactive, disabled, icon, loading, ref, size, variant, withoutHoverStyle
- MenubarItemPropsinterfaceinset, ref, variant
- MenubarLabelPropsinterfaceinset, ref
- MenubarMenuPropsinterfacechildren, value
- MenubarSubTriggerPropsinterfaceinset, ref
- MenuIconPropsinterfaceicon, position, ref
- MenuItemPropsinterfaceblock, checked, endFix, preFix, selected, type
- MenuPropsinterfacechildren, contentOptions, items, portalOptions, rootOptions
- MenuSubPropsinterfacechildren, items, portalOptions, subContentOptions, subOptions, triggerOptions
- MenuTriggerPropsinterfaceblock, disabled, endFix, noBorder, preFix, ref, size, status, width
- ModalPropsinterfacecloseButtonOptions, contentOptions, description, height, minHeight, overlayOptions, portalOptions, ref, title, width, withoutCloseButton
- ModHostProviderPropsinterfacechildren, context
- PopoverPropsinterfacecontent, contentOptions, portalOptions
- ResizableHandlePropsinterfacewithHandle
- ScrollAreaPropsinterfaceref, scrollMask
- SearchFieldPropsinterfaceactions, ariaActiveDescendant, ariaControls, ariaExpanded, ariaLabel, className, count, data-testid, defaultValue, inputRef, inputRole, leadingIcon, onBlur, onChange, onClear, onEscape, onFocus, onKeyDown, placeholder, state, value
- SwitchPropsinterfaceref, size
- TextPropsinterfacealign, as, children, color, font, ref, truncate, weight
- ToolResultActionsPropsinterfaceref
- ToolResultBodyPropsinterfaceforceMount, ref, scrollable
- ToolResultCodeBlockPropsinterfaceref
- ToolResultComponentinterfaceActions, Body, CodeBlock, Count, displayName, Header, Icon, Section, Summary, Title, TitleInlineContent, Trigger
- ToolResultCountPropsinterfaceref
- ToolResultHeaderPropsinterfaceref
- ToolResultIconPropsinterfaceref
- ToolResultPropsinterfacecollapsible, defaultOpen, density, onOpenChange, open, ref, status, variant
- ToolResultSectionPropsinterfaceref
- ToolResultStateinterfacebodyId, collapsible, density, open, status, titleId, triggerId, setOpen(), toggleOpen()
- ToolResultSummaryPropsinterfaceref
- ToolResultTitleInlineContentPropsinterfaceref
- ToolResultTitlePropsinterfaceref
- ToolResultTriggerPropsinterfaceref, showChevron
- TooltipPropsinterfacealign, children, className, content, options, portalOptions, rootOptions, shortcut, shortcutClassName, side
- VerticalTabsTriggerPropsinterfaceicon, ref
Types51
- AnimationNametypestring & { [___animName]: true }
- AvatarPropstypeComponentPropsWithoutRef<typeof AvatarPrimitive> & { ref?: Ref<HTMLSpanElement>; size?: AvatarSize }
- AvatarSizetype'sm' | 'lg' | 'default'
- ButtonIconPositiontype'start' | 'end'
- ButtonShapetype'default' | 'round' | 'circle'
- ButtonSizetype'xs' | 'sm' | 'default' | 'lg' | 'xl' | 'icon' | 'icon-xs' | 'icon-sm' | 'icon-lg'
- ButtonVarianttype'plain' | 'ghost' | 'default' | 'primary' | 'secondary' | 'outline' | 'destructive' | 'warning' | 'success' | 'processing' | 'link'
- ComplexStyleRuletypeStyleRule | (string | StyleRule)[]
- ContainerDensitytype'compact' | 'default' | 'spacious'
- ContainerVarianttype'default' | 'subtle' | 'elevated' | 'plain'
- CSSVarPathtypeThemeKey | StripDollar<ColorToken> | StripDollar<SemanticToken>
- DialogCloseButtonPropstypeOmit<IconButtonProps, 'children' | 'icon'>
- DividerOrientationtype'vertical' | 'horizontal'
- DividerPropstypePropsWithChildren & Omit<HTMLAttributes<HTMLDivElement>, 'type'> & { dividerColor?: string; orientation?: DividerOrientation; ref?: Ref<HTMLDivElement>; size?: 'thinner' | 'default' }
- GlobalStyleRuletypeWithTokensDeep<VEGlobalStyleRule> & ElectronWindowRegionStyle
- HexLoaderPropstypeComponentPropsWithoutRef<'div'> & { size?: number }
- IconButtonSizetype'lg' | 'md' | 'sm' | 'xs' | 'default'
- IconPropstypeSVGProps<SVGSVGElement> & { size?: number | string }
- InputPropstype{ disabled?: boolean; endFix?: ReactNode; inputStyle?: CSSProperties; noBorder?: boolean; onBlur?: FocusEventHandler<HTMLInputElement>; onChange?: (value: string) => void; onEnter?: () => void; onKeyDown?: KeyboardEventHandler<HTMLInputElement>; preFix?: ReactNode; ref?: Ref<HTMLInputElement>; size?: 'lg' | 'xl' | 'default'; status?: 'error' | 'success' | 'warning' | 'default'; type?: HTMLInputElement['type']; width?: CSSProperties['width'] } & Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'onChange' | 'onCompositionEnd' | 'onCompositionStart'>
- KbdGroupPropstype{ ref?: Ref<HTMLDivElement> } & HTMLAttributes<HTMLDivElement>
- KbdPropstype{ ref?: Ref<HTMLElement> } & HTMLAttributes<HTMLElement>
- LoadingPropstypeunknown
- SelectItemPropstypeOmit<SelectPrimitive.Item.Props, 'className'> & { className?: string; description?: ReactNode; icon?: ReactNode }
- SelectTriggerPropstypeOmit<SelectPrimitive.Trigger.Props, 'className'> & { active?: boolean; className?: string; size?: SelectTriggerSize; variant?: SelectTriggerVariant }
- SelectTriggerSizetype'xs' | 'sm' | 'default'
- SelectTriggerVarianttype'default' | 'plain'
- SemanticTokentype{ [Category in keyof SemanticTokens]: { [Key in keyof SemanticTokens[Category]]: `$${Category & string}.${Key & string}` }[keyof SemanticTokens[Category]] }[keyof SemanticTokens]
- StyleRuletypeOmit<TokenizedStyleRule, 'selectors'> & ElectronWindowRegionStyle & { selectors?: Record<string, TokenizedSelectorRule & ElectronWindowRegionStyle> }
- SwitchSizetype'sm' | 'default'
- TableBodyPropstypeHTMLAttributes<HTMLTableSectionElement> & { ref?: Ref<HTMLTableSectionElement> }
- TableCaptionPropstypeHTMLAttributes<HTMLTableCaptionElement> & { ref?: Ref<HTMLTableCaptionElement> }
- TableCellPropstypeTdHTMLAttributes<HTMLTableCellElement> & { ref?: Ref<HTMLTableCellElement> }
- TableFooterPropstypeHTMLAttributes<HTMLTableSectionElement> & { ref?: Ref<HTMLTableSectionElement> }
- TableHeaderPropstypeHTMLAttributes<HTMLTableSectionElement> & { ref?: Ref<HTMLTableSectionElement> }
- TableHeadPropstypeThHTMLAttributes<HTMLTableCellElement> & { ref?: Ref<HTMLTableCellElement> }
- TablePropstypeHTMLAttributes<HTMLTableElement> & { ref?: Ref<HTMLTableElement> }
- TableRowPropstypeHTMLAttributes<HTMLTableRowElement> & { ref?: Ref<HTMLTableRowElement> }
- TagPropstype{ disabled?: boolean; icon?: ReactNode; label: string; onDismiss?: MouseEventHandler<HTMLButtonElement>; ref?: Ref<HTMLSpanElement>; size?: TagSize; variant?: TagVariant } & Omit<HTMLAttributes<HTMLSpanElement>, 'children'>
- TagSizetype'inline' | 'sm' | 'md'
- TagVarianttype'info' | 'error' | 'default' | 'primary' | 'success' | 'warning'
- TextAligntype'left' | 'right' | 'center'
- TextColortype'link' | 'info' | 'error' | 'primary' | 'inverse' | 'success' | 'warning' | 'inherit' | 'tertiary' | 'disabled' | 'emphasis' | 'secondary'
- TextElementtype'p' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'em' | 'div' | 'kbd' | 'del' | 'ins' | 'sub' | 'sup' | 'span' | 'code' | 'mark' | 'cite' | 'abbr' | 'label' | 'small' | 'strong' | 'legend' | 'blockquote' | 'figcaption'
- TextFonttype'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'body' | 'code' | 'display' | 'caption' | 'footnote' | 'overline' | 'bodyLarge' | 'displaySmall'
- TextWeighttype'bold' | 'normal' | 'medium' | 'semibold'
- ThemeTokenPathtype`$${ThemeKey}`
- TokenReftypeColorToken | RadiusToken | ZIndexToken | EasingToken | ShadowToken | EditorToken | SpacingToken | OpacityToken | FontSizeToken | DurationToken | SemanticToken | ThemeTokenPath | FontWeightToken | LineHeightToken | FontFamilyToken | NegativeSpacingToken
- ToolResultDensitytype'compact' | 'default'
- ToolResultStatustype'success' | 'error' | 'warning' | 'running' | 'neutral'
- ToolResultVarianttype'default' | 'subtle' | 'chat'
- ViewTransitionNametypeAnimationName
Functions938
- Accordionfunction(__namedParameters: ComponentPropsWithoutRef<ForwardRefExoticComponent<(AccordionSingleProps | AccordionMultipleProps) & RefAttributes<HTMLDivElement>>> & { ref?: Ref<HTMLDivElement> | undefined }) => Element
- AccordionContentfunction(__namedParameters: Omit<AccordionContentProps & RefAttributes<HTMLDivElement>, 'ref'> & { innerClassName?: string; ref?: Ref<HTMLDivElement> }) => Element
- AccordionHeaderfunction(__namedParameters: Omit<AccordionHeaderProps & RefAttributes<HTMLHeadingElement>, 'ref'> & { ref?: Ref<HTMLHeadingElement> }) => Element
- AccordionItemfunction(__namedParameters: Omit<AccordionItemProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- AccordionTriggerfunction(__namedParameters: Omit<AccordionTriggerProps & RefAttributes<HTMLButtonElement>, 'ref'> & { headerActions?: ReactNode; ref?: Ref<HTMLButtonElement> }) => Element
- Avatarfunction(__namedParameters: AvatarProps) => Element
- AvatarBadgefunction(__namedParameters: HTMLAttributes<HTMLSpanElement> & { ref?: Ref<HTMLSpanElement> }) => Element
- AvatarFallbackfunction(__namedParameters: Omit<AvatarFallbackProps & RefAttributes<HTMLSpanElement>, 'ref'> & { ref?: Ref<HTMLSpanElement> }) => Element
- AvatarGroupfunction(__namedParameters: HTMLAttributes<HTMLDivElement> & { ref?: Ref<HTMLDivElement> }) => Element
- AvatarGroupCountfunction(__namedParameters: HTMLAttributes<HTMLDivElement> & { ref?: Ref<HTMLDivElement> }) => Element
- AvatarImagefunction(__namedParameters: Omit<AvatarImageProps & RefAttributes<HTMLImageElement>, 'ref'> & { ref?: Ref<HTMLImageElement> }) => Element
- BrainIconfunction(props: IconProps) => Element
- Breadcrumbfunction(__namedParameters: Omit<DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>, 'ref'> & { ref?: Ref<HTMLElement>; separator?: ReactNode }) => Element
- BreadcrumbEllipsisfunction(__namedParameters: DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>>) => Element
- BreadcrumbItemfunction(__namedParameters: Omit<DetailedHTMLProps<LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, 'ref'> & { ref?: Ref<HTMLLIElement> }) => Element
- BreadcrumbLinkfunction(__namedParameters: Omit<DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, 'ref'> & { asChild?: boolean; ref?: Ref<HTMLAnchorElement> }) => Element
- BreadcrumbListfunction(__namedParameters: Omit<DetailedHTMLProps<OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, 'ref'> & { ref?: Ref<HTMLOListElement> }) => Element
- BreadcrumbPagefunction(__namedParameters: Omit<DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, 'ref'> & { ref?: Ref<HTMLSpanElement> }) => Element
- BreadcrumbSeparatorfunction(__namedParameters: DetailedHTMLProps<LiHTMLAttributes<HTMLLIElement>>) => Element
- Buttonfunction(__namedParameters: ButtonProps) => Element
- Checkboxfunction(__namedParameters: CheckboxProps) => Element
- CodiconAccountfunction(props: IconProps) => Element
- CodiconActivateBreakpointsfunction(props: IconProps) => Element
- CodiconAddfunction(props: IconProps) => Element
- CodiconAddSmallfunction(props: IconProps) => Element
- CodiconAgentfunction(props: IconProps) => Element
- CodiconArchivefunction(props: IconProps) => Element
- CodiconArrowBothfunction(props: IconProps) => Element
- CodiconArrowCircleDownfunction(props: IconProps) => Element
- CodiconArrowCircleLeftfunction(props: IconProps) => Element
- CodiconArrowCircleRightfunction(props: IconProps) => Element
- CodiconArrowCircleUpfunction(props: IconProps) => Element
- CodiconArrowDownfunction(props: IconProps) => Element
- CodiconArrowLeftfunction(props: IconProps) => Element
- CodiconArrowRightfunction(props: IconProps) => Element
- CodiconArrowSmallDownfunction(props: IconProps) => Element
- CodiconArrowSmallLeftfunction(props: IconProps) => Element
- CodiconArrowSmallRightfunction(props: IconProps) => Element
- CodiconArrowSmallUpfunction(props: IconProps) => Element
- CodiconArrowSwapfunction(props: IconProps) => Element
- CodiconArrowUpfunction(props: IconProps) => Element
- CodiconAskfunction(props: IconProps) => Element
- CodiconAttachfunction(props: IconProps) => Element
- CodiconAzurefunction(props: IconProps) => Element
- CodiconAzureDevopsfunction(props: IconProps) => Element
- CodiconBeakerfunction(props: IconProps) => Element
- CodiconBeakerStopfunction(props: IconProps) => Element
- CodiconBellfunction(props: IconProps) => Element
- CodiconBellDotfunction(props: IconProps) => Element
- CodiconBellSlashfunction(props: IconProps) => Element
- CodiconBellSlashDotfunction(props: IconProps) => Element
- CodiconBlankfunction(props: IconProps) => Element
- CodiconBoldfunction(props: IconProps) => Element
- CodiconBookfunction(props: IconProps) => Element
- CodiconBookmarkfunction(props: IconProps) => Element
- CodiconBracketDotfunction(props: IconProps) => Element
- CodiconBracketErrorfunction(props: IconProps) => Element
- CodiconBriefcasefunction(props: IconProps) => Element
- CodiconBroadcastfunction(props: IconProps) => Element
- CodiconBrowserfunction(props: IconProps) => Element
- CodiconBugfunction(props: IconProps) => Element
- CodiconBuildfunction(props: IconProps) => Element
- CodiconCalendarfunction(props: IconProps) => Element
- CodiconCallIncomingfunction(props: IconProps) => Element
- CodiconCallOutgoingfunction(props: IconProps) => Element
- CodiconCaseSensitivefunction(props: IconProps) => Element
- CodiconChatExportfunction(props: IconProps) => Element
- CodiconChatImportfunction(props: IconProps) => Element
- CodiconChatSparklefunction(props: IconProps) => Element
- CodiconChatSparkleErrorfunction(props: IconProps) => Element
- CodiconChatSparkleWarningfunction(props: IconProps) => Element
- CodiconCheckfunction(props: IconProps) => Element
- CodiconCheckAllfunction(props: IconProps) => Element
- CodiconChecklistfunction(props: IconProps) => Element
- CodiconChevronDownfunction(props: IconProps) => Element
- CodiconChevronLeftfunction(props: IconProps) => Element
- CodiconChevronRightfunction(props: IconProps) => Element
- CodiconChevronUpfunction(props: IconProps) => Element
- CodiconChipfunction(props: IconProps) => Element
- CodiconChromeClosefunction(props: IconProps) => Element
- CodiconChromeMaximizefunction(props: IconProps) => Element
- CodiconChromeMinimizefunction(props: IconProps) => Element
- CodiconChromeRestorefunction(props: IconProps) => Element
- CodiconCirclefunction(props: IconProps) => Element
- CodiconCircleFilledfunction(props: IconProps) => Element
- CodiconCircleLargefunction(props: IconProps) => Element
- CodiconCircleLargeFilledfunction(props: IconProps) => Element
- CodiconCircleSlashfunction(props: IconProps) => Element
- CodiconCircleSmallfunction(props: IconProps) => Element
- CodiconCircleSmallFilledfunction(props: IconProps) => Element
- CodiconCircuitBoardfunction(props: IconProps) => Element
- CodiconClaudefunction(props: IconProps) => Element
- CodiconClearAllfunction(props: IconProps) => Element
- CodiconClippyfunction(props: IconProps) => Element
- CodiconClockfacefunction(props: IconProps) => Element
- CodiconClosefunction(props: IconProps) => Element
- CodiconCloseAllfunction(props: IconProps) => Element
- CodiconCloudfunction(props: IconProps) => Element
- CodiconCloudDownloadfunction(props: IconProps) => Element
- CodiconCloudSmallfunction(props: IconProps) => Element
- CodiconCloudUploadfunction(props: IconProps) => Element
- CodiconCodefunction(props: IconProps) => Element
- CodiconCodeOssfunction(props: IconProps) => Element
- CodiconCodeReviewfunction(props: IconProps) => Element
- CodiconCoffeefunction(props: IconProps) => Element
- CodiconCollapseAllfunction(props: IconProps) => Element
- CodiconCollectionfunction(props: IconProps) => Element
- CodiconCollectionSmallfunction(props: IconProps) => Element
- CodiconColorModefunction(props: IconProps) => Element
- CodiconCombinefunction(props: IconProps) => Element
- CodiconCommentfunction(props: IconProps) => Element
- CodiconCommentDiscussionfunction(props: IconProps) => Element
- CodiconCommentDiscussionQuotefunction(props: IconProps) => Element
- CodiconCommentDiscussionSparklefunction(props: IconProps) => Element
- CodiconCommentDraftfunction(props: IconProps) => Element
- CodiconCommentUnresolvedfunction(props: IconProps) => Element
- CodiconCompassfunction(props: IconProps) => Element
- CodiconCompassActivefunction(props: IconProps) => Element
- CodiconCompassDotfunction(props: IconProps) => Element
- CodiconCopilotfunction(props: IconProps) => Element
- CodiconCopilotBlockedfunction(props: IconProps) => Element
- CodiconCopilotErrorfunction(props: IconProps) => Element
- CodiconCopilotInProgressfunction(props: IconProps) => Element
- CodiconCopilotLargefunction(props: IconProps) => Element
- CodiconCopilotNotConnectedfunction(props: IconProps) => Element
- CodiconCopilotSnoozefunction(props: IconProps) => Element
- CodiconCopilotSuccessfunction(props: IconProps) => Element
- CodiconCopilotUnavailablefunction(props: IconProps) => Element
- CodiconCopilotWarningfunction(props: IconProps) => Element
- CodiconCopilotWarningLargefunction(props: IconProps) => Element
- CodiconCopyfunction(props: IconProps) => Element
- CodiconCoveragefunction(props: IconProps) => Element
- CodiconCreditCardfunction(props: IconProps) => Element
- CodiconCursorfunction(props: IconProps) => Element
- CodiconDashfunction(props: IconProps) => Element
- CodiconDashboardfunction(props: IconProps) => Element
- CodiconDatabasefunction(props: IconProps) => Element
- CodiconDebugfunction(props: IconProps) => Element
- CodiconDebugAllfunction(props: IconProps) => Element
- CodiconDebugAltfunction(props: IconProps) => Element
- CodiconDebugAltSmallfunction(props: IconProps) => Element
- CodiconDebugBreakpointConditionalfunction(props: IconProps) => Element
- CodiconDebugBreakpointConditionalUnverifiedfunction(props: IconProps) => Element
- CodiconDebugBreakpointDatafunction(props: IconProps) => Element
- CodiconDebugBreakpointDataUnverifiedfunction(props: IconProps) => Element
- CodiconDebugBreakpointFunctionfunction(props: IconProps) => Element
- CodiconDebugBreakpointFunctionUnverifiedfunction(props: IconProps) => Element
- CodiconDebugBreakpointLogfunction(props: IconProps) => Element
- CodiconDebugBreakpointLogUnverifiedfunction(props: IconProps) => Element
- CodiconDebugBreakpointUnsupportedfunction(props: IconProps) => Element
- CodiconDebugConnectedfunction(props: IconProps) => Element
- CodiconDebugConsolefunction(props: IconProps) => Element
- CodiconDebugContinuefunction(props: IconProps) => Element
- CodiconDebugContinueSmallfunction(props: IconProps) => Element
- CodiconDebugCoveragefunction(props: IconProps) => Element
- CodiconDebugDisconnectfunction(props: IconProps) => Element
- CodiconDebugLineByLinefunction(props: IconProps) => Element
- CodiconDebugPausefunction(props: IconProps) => Element
- CodiconDebugRerunfunction(props: IconProps) => Element
- CodiconDebugRestartfunction(props: IconProps) => Element
- CodiconDebugRestartFramefunction(props: IconProps) => Element
- CodiconDebugReverseContinuefunction(props: IconProps) => Element
- CodiconDebugStackframefunction(props: IconProps) => Element
- CodiconDebugStackframeActivefunction(props: IconProps) => Element
- CodiconDebugStartfunction(props: IconProps) => Element
- CodiconDebugStepBackfunction(props: IconProps) => Element
- CodiconDebugStepIntofunction(props: IconProps) => Element
- CodiconDebugStepOutfunction(props: IconProps) => Element
- CodiconDebugStepOverfunction(props: IconProps) => Element
- CodiconDebugStopfunction(props: IconProps) => Element
- CodiconDesktopDownloadfunction(props: IconProps) => Element
- CodiconDeviceCamerafunction(props: IconProps) => Element
- CodiconDeviceCameraVideofunction(props: IconProps) => Element
- CodiconDeviceMobilefunction(props: IconProps) => Element
- CodiconDifffunction(props: IconProps) => Element
- CodiconDiffAddedfunction(props: IconProps) => Element
- CodiconDiffIgnoredfunction(props: IconProps) => Element
- CodiconDiffModifiedfunction(props: IconProps) => Element
- CodiconDiffMultiplefunction(props: IconProps) => Element
- CodiconDiffRemovedfunction(props: IconProps) => Element
- CodiconDiffRenamedfunction(props: IconProps) => Element
- CodiconDiffSinglefunction(props: IconProps) => Element
- CodiconDiscardfunction(props: IconProps) => Element
- CodiconDownloadfunction(props: IconProps) => Element
- CodiconEditfunction(props: IconProps) => Element
- CodiconEditCodefunction(props: IconProps) => Element
- CodiconEditorLayoutfunction(props: IconProps) => Element
- CodiconEditSessionfunction(props: IconProps) => Element
- CodiconEditSparklefunction(props: IconProps) => Element
- CodiconEllipsisfunction(props: IconProps) => Element
- CodiconEmptyWindowfunction(props: IconProps) => Element
- CodiconEraserfunction(props: IconProps) => Element
- CodiconErrorfunction(props: IconProps) => Element
- CodiconErrorSmallfunction(props: IconProps) => Element
- CodiconExcludefunction(props: IconProps) => Element
- CodiconExpandAllfunction(props: IconProps) => Element
- CodiconExportfunction(props: IconProps) => Element
- CodiconExtensionsfunction(props: IconProps) => Element
- CodiconExtensionsLargefunction(props: IconProps) => Element
- CodiconEyefunction(props: IconProps) => Element
- CodiconEyeClosedfunction(props: IconProps) => Element
- CodiconFeedbackfunction(props: IconProps) => Element
- CodiconFilefunction(props: IconProps) => Element
- CodiconFileBinaryfunction(props: IconProps) => Element
- CodiconFileCodefunction(props: IconProps) => Element
- CodiconFileMediafunction(props: IconProps) => Element
- CodiconFilePdffunction(props: IconProps) => Element
- CodiconFilesfunction(props: IconProps) => Element
- CodiconFileSubmodulefunction(props: IconProps) => Element
- CodiconFileSymlinkDirectoryfunction(props: IconProps) => Element
- CodiconFileSymlinkFilefunction(props: IconProps) => Element
- CodiconFileTextfunction(props: IconProps) => Element
- CodiconFileZipfunction(props: IconProps) => Element
- CodiconFilterfunction(props: IconProps) => Element
- CodiconFilterFilledfunction(props: IconProps) => Element
- CodiconFlagfunction(props: IconProps) => Element
- CodiconFlamefunction(props: IconProps) => Element
- CodiconFoldfunction(props: IconProps) => Element
- CodiconFoldDownfunction(props: IconProps) => Element
- CodiconFolderfunction(props: IconProps) => Element
- CodiconFolderActivefunction(props: IconProps) => Element
- CodiconFolderLibraryfunction(props: IconProps) => Element
- CodiconFolderOpenedfunction(props: IconProps) => Element
- CodiconFoldUpfunction(props: IconProps) => Element
- CodiconForwardfunction(props: IconProps) => Element
- CodiconGamefunction(props: IconProps) => Element
- CodiconGearfunction(props: IconProps) => Element
- CodiconGiftfunction(props: IconProps) => Element
- CodiconGistfunction(props: IconProps) => Element
- CodiconGistSecretfunction(props: IconProps) => Element
- CodiconGitBranchfunction(props: IconProps) => Element
- CodiconGitBranchChangesfunction(props: IconProps) => Element
- CodiconGitBranchConflictsfunction(props: IconProps) => Element
- CodiconGitBranchStagedChangesfunction(props: IconProps) => Element
- CodiconGitCommitfunction(props: IconProps) => Element
- CodiconGitComparefunction(props: IconProps) => Element
- CodiconGitFetchfunction(props: IconProps) => Element
- CodiconGithubfunction(props: IconProps) => Element
- CodiconGithubActionfunction(props: IconProps) => Element
- CodiconGithubAltfunction(props: IconProps) => Element
- CodiconGithubInvertedfunction(props: IconProps) => Element
- CodiconGithubProjectfunction(props: IconProps) => Element
- CodiconGitMergefunction(props: IconProps) => Element
- CodiconGitPullRequestfunction(props: IconProps) => Element
- CodiconGitPullRequestClosedfunction(props: IconProps) => Element
- CodiconGitPullRequestCreatefunction(props: IconProps) => Element
- CodiconGitPullRequestDonefunction(props: IconProps) => Element
- CodiconGitPullRequestDraftfunction(props: IconProps) => Element
- CodiconGitPullRequestGoToChangesfunction(props: IconProps) => Element
- CodiconGitPullRequestNewChangesfunction(props: IconProps) => Element
- CodiconGitStashfunction(props: IconProps) => Element
- CodiconGitStashApplyfunction(props: IconProps) => Element
- CodiconGitStashPopfunction(props: IconProps) => Element
- CodiconGlobefunction(props: IconProps) => Element
- CodiconGoToEditingSessionfunction(props: IconProps) => Element
- CodiconGoToFilefunction(props: IconProps) => Element
- CodiconGoToSearchfunction(props: IconProps) => Element
- CodiconGrabberfunction(props: IconProps) => Element
- CodiconGraphfunction(props: IconProps) => Element
- CodiconGraphLeftfunction(props: IconProps) => Element
- CodiconGraphLinefunction(props: IconProps) => Element
- CodiconGraphScatterfunction(props: IconProps) => Element
- CodiconGripperfunction(props: IconProps) => Element
- CodiconGroupByRefTypefunction(props: IconProps) => Element
- CodiconHeartfunction(props: IconProps) => Element
- CodiconHeartFilledfunction(props: IconProps) => Element
- CodiconHistoryfunction(props: IconProps) => Element
- CodiconHomefunction(props: IconProps) => Element
- CodiconHorizontalRulefunction(props: IconProps) => Element
- CodiconHubotfunction(props: IconProps) => Element
- CodiconInboxfunction(props: IconProps) => Element
- CodiconIndentfunction(props: IconProps) => Element
- CodiconIndexZerofunction(props: IconProps) => Element
- CodiconInfofunction(props: IconProps) => Element
- CodiconInsertfunction(props: IconProps) => Element
- CodiconInspectfunction(props: IconProps) => Element
- CodiconIssueDraftfunction(props: IconProps) => Element
- CodiconIssueReopenedfunction(props: IconProps) => Element
- CodiconIssuesfunction(props: IconProps) => Element
- CodiconItalicfunction(props: IconProps) => Element
- CodiconJerseyfunction(props: IconProps) => Element
- CodiconJsonfunction(props: IconProps) => Element
- CodiconKebabVerticalfunction(props: IconProps) => Element
- CodiconKeyfunction(props: IconProps) => Element
- CodiconKeyboardTabfunction(props: IconProps) => Element
- CodiconKeyboardTabAbovefunction(props: IconProps) => Element
- CodiconKeyboardTabBelowfunction(props: IconProps) => Element
- CodiconLawfunction(props: IconProps) => Element
- CodiconLayersfunction(props: IconProps) => Element
- CodiconLayersActivefunction(props: IconProps) => Element
- CodiconLayersDotfunction(props: IconProps) => Element
- CodiconLayoutfunction(props: IconProps) => Element
- CodiconLayoutActivitybarLeftfunction(props: IconProps) => Element
- CodiconLayoutActivitybarRightfunction(props: IconProps) => Element
- CodiconLayoutCenteredfunction(props: IconProps) => Element
- CodiconLayoutMenubarfunction(props: IconProps) => Element
- CodiconLayoutPanelfunction(props: IconProps) => Element
- CodiconLayoutPanelCenterfunction(props: IconProps) => Element
- CodiconLayoutPanelDockfunction(props: IconProps) => Element
- CodiconLayoutPanelJustifyfunction(props: IconProps) => Element
- CodiconLayoutPanelLeftfunction(props: IconProps) => Element
- CodiconLayoutPanelOfffunction(props: IconProps) => Element
- CodiconLayoutPanelRightfunction(props: IconProps) => Element
- CodiconLayoutSidebarLeftfunction(props: IconProps) => Element
- CodiconLayoutSidebarLeftDockfunction(props: IconProps) => Element
- CodiconLayoutSidebarLeftOfffunction(props: IconProps) => Element
- CodiconLayoutSidebarRightfunction(props: IconProps) => Element
- CodiconLayoutSidebarRightDockfunction(props: IconProps) => Element
- CodiconLayoutSidebarRightOfffunction(props: IconProps) => Element
- CodiconLayoutStatusbarfunction(props: IconProps) => Element
- CodiconLibraryfunction(props: IconProps) => Element
- CodiconLightbulbfunction(props: IconProps) => Element
- CodiconLightbulbAutofixfunction(props: IconProps) => Element
- CodiconLightbulbEmptyfunction(props: IconProps) => Element
- CodiconLightbulbSparklefunction(props: IconProps) => Element
- CodiconLinkfunction(props: IconProps) => Element
- CodiconLinkExternalfunction(props: IconProps) => Element
- CodiconListFilterfunction(props: IconProps) => Element
- CodiconListFlatfunction(props: IconProps) => Element
- CodiconListOrderedfunction(props: IconProps) => Element
- CodiconListSelectionfunction(props: IconProps) => Element
- CodiconListTreefunction(props: IconProps) => Element
- CodiconListUnorderedfunction(props: IconProps) => Element
- CodiconLiveSharefunction(props: IconProps) => Element
- CodiconLoadingfunction(props: IconProps) => Element
- CodiconLocationfunction(props: IconProps) => Element
- CodiconLockfunction(props: IconProps) => Element
- CodiconLockSmallfunction(props: IconProps) => Element
- CodiconMagnetfunction(props: IconProps) => Element
- CodiconMailfunction(props: IconProps) => Element
- CodiconMailReadfunction(props: IconProps) => Element
- CodiconMapfunction(props: IconProps) => Element
- CodiconMapFilledfunction(props: IconProps) => Element
- CodiconMapVerticalfunction(props: IconProps) => Element
- CodiconMapVerticalFilledfunction(props: IconProps) => Element
- CodiconMarkdownfunction(props: IconProps) => Element
- CodiconMcpfunction(props: IconProps) => Element
- CodiconMegaphonefunction(props: IconProps) => Element
- CodiconMentionfunction(props: IconProps) => Element
- CodiconMenufunction(props: IconProps) => Element
- CodiconMergefunction(props: IconProps) => Element
- CodiconMergeIntofunction(props: IconProps) => Element
- CodiconMicfunction(props: IconProps) => Element
- CodiconMicFilledfunction(props: IconProps) => Element
- CodiconMilestonefunction(props: IconProps) => Element
- CodiconMirrorfunction(props: IconProps) => Element
- CodiconMortarBoardfunction(props: IconProps) => Element
- CodiconMovefunction(props: IconProps) => Element
- CodiconMultipleWindowsfunction(props: IconProps) => Element
- CodiconMusicfunction(props: IconProps) => Element
- CodiconMutefunction(props: IconProps) => Element
- CodiconNewCollectionfunction(props: IconProps) => Element
- CodiconNewFilefunction(props: IconProps) => Element
- CodiconNewFolderfunction(props: IconProps) => Element
- CodiconNewlinefunction(props: IconProps) => Element
- CodiconNewSessionfunction(props: IconProps) => Element
- CodiconNoNewlinefunction(props: IconProps) => Element
- CodiconNotefunction(props: IconProps) => Element
- CodiconNotebookfunction(props: IconProps) => Element
- CodiconNotebookTemplatefunction(props: IconProps) => Element
- CodiconOctofacefunction(props: IconProps) => Element
- CodiconOpenaifunction(props: IconProps) => Element
- CodiconOpenInProductfunction(props: IconProps) => Element
- CodiconOpenInWindowfunction(props: IconProps) => Element
- CodiconOpenPreviewfunction(props: IconProps) => Element
- CodiconOrganizationfunction(props: IconProps) => Element
- CodiconOutputfunction(props: IconProps) => Element
- CodiconPackagefunction(props: IconProps) => Element
- CodiconPaintcanfunction(props: IconProps) => Element
- CodiconPassfunction(props: IconProps) => Element
- CodiconPassFilledfunction(props: IconProps) => Element
- CodiconPercentagefunction(props: IconProps) => Element
- CodiconPersonfunction(props: IconProps) => Element
- CodiconPersonAddfunction(props: IconProps) => Element
- CodiconPianofunction(props: IconProps) => Element
- CodiconPieChartfunction(props: IconProps) => Element
- CodiconPinfunction(props: IconProps) => Element
- CodiconPinnedfunction(props: IconProps) => Element
- CodiconPinnedDirtyfunction(props: IconProps) => Element
- CodiconPlayfunction(props: IconProps) => Element
- CodiconPlayCirclefunction(props: IconProps) => Element
- CodiconPlugfunction(props: IconProps) => Element
- CodiconPreserveCasefunction(props: IconProps) => Element
- CodiconPreviewfunction(props: IconProps) => Element
- CodiconPrimitiveSquarefunction(props: IconProps) => Element
- CodiconProjectfunction(props: IconProps) => Element
- CodiconPulsefunction(props: IconProps) => Element
- CodiconPythonfunction(props: IconProps) => Element
- CodiconQuestionfunction(props: IconProps) => Element
- CodiconQuotefunction(props: IconProps) => Element
- CodiconQuotesfunction(props: IconProps) => Element
- CodiconRadioTowerfunction(props: IconProps) => Element
- CodiconReactionsfunction(props: IconProps) => Element
- CodiconRecordfunction(props: IconProps) => Element
- CodiconRecordKeysfunction(props: IconProps) => Element
- CodiconRecordSmallfunction(props: IconProps) => Element
- CodiconRedofunction(props: IconProps) => Element
- CodiconReferencesfunction(props: IconProps) => Element
- CodiconRefreshfunction(props: IconProps) => Element
- CodiconRegexfunction(props: IconProps) => Element
- CodiconRemotefunction(props: IconProps) => Element
- CodiconRemoteExplorerfunction(props: IconProps) => Element
- CodiconRemovefunction(props: IconProps) => Element
- CodiconRemoveSmallfunction(props: IconProps) => Element
- CodiconRenamefunction(props: IconProps) => Element
- CodiconReplacefunction(props: IconProps) => Element
- CodiconReplaceAllfunction(props: IconProps) => Element
- CodiconReplyfunction(props: IconProps) => Element
- CodiconRepofunction(props: IconProps) => Element
- CodiconRepoClonefunction(props: IconProps) => Element
- CodiconRepoFetchfunction(props: IconProps) => Element
- CodiconRepoForcePushfunction(props: IconProps) => Element
- CodiconRepoForkedfunction(props: IconProps) => Element
- CodiconRepoPinnedfunction(props: IconProps) => Element
- CodiconRepoPullfunction(props: IconProps) => Element
- CodiconRepoPushfunction(props: IconProps) => Element
- CodiconReportfunction(props: IconProps) => Element
- CodiconRepoSelectedfunction(props: IconProps) => Element
- CodiconRequestChangesfunction(props: IconProps) => Element
- CodiconRobotfunction(props: IconProps) => Element
- CodiconRocketfunction(props: IconProps) => Element
- CodiconRootFolderfunction(props: IconProps) => Element
- CodiconRootFolderOpenedfunction(props: IconProps) => Element
- CodiconRssfunction(props: IconProps) => Element
- CodiconRubyfunction(props: IconProps) => Element
- CodiconRunAbovefunction(props: IconProps) => Element
- CodiconRunAllfunction(props: IconProps) => Element
- CodiconRunAllCoveragefunction(props: IconProps) => Element
- CodiconRunBelowfunction(props: IconProps) => Element
- CodiconRunCoveragefunction(props: IconProps) => Element
- CodiconRunErrorsfunction(props: IconProps) => Element
- CodiconRunWithDepsfunction(props: IconProps) => Element
- CodiconSavefunction(props: IconProps) => Element
- CodiconSaveAllfunction(props: IconProps) => Element
- CodiconSaveAsfunction(props: IconProps) => Element
- CodiconScreenCutfunction(props: IconProps) => Element
- CodiconScreenFullfunction(props: IconProps) => Element
- CodiconScreenNormalfunction(props: IconProps) => Element
- CodiconSearchfunction(props: IconProps) => Element
- CodiconSearchFuzzyfunction(props: IconProps) => Element
- CodiconSearchLargefunction(props: IconProps) => Element
- CodiconSearchSparklefunction(props: IconProps) => Element
- CodiconSearchStopfunction(props: IconProps) => Element
- CodiconSendfunction(props: IconProps) => Element
- CodiconSendToRemoteAgentfunction(props: IconProps) => Element
- CodiconServerfunction(props: IconProps) => Element
- CodiconServerEnvironmentfunction(props: IconProps) => Element
- CodiconServerProcessfunction(props: IconProps) => Element
- CodiconSessionInProgressfunction(props: IconProps) => Element
- CodiconSettingsfunction(props: IconProps) => Element
- CodiconSettingsGearfunction(props: IconProps) => Element
- CodiconSharefunction(props: IconProps) => Element
- CodiconShieldfunction(props: IconProps) => Element
- CodiconSignInfunction(props: IconProps) => Element
- CodiconSignOutfunction(props: IconProps) => Element
- CodiconSkipfunction(props: IconProps) => Element
- CodiconSmileyfunction(props: IconProps) => Element
- CodiconSnakefunction(props: IconProps) => Element
- CodiconSortPrecedencefunction(props: IconProps) => Element
- CodiconSourceControlfunction(props: IconProps) => Element
- CodiconSparklefunction(props: IconProps) => Element
- CodiconSparkleFilledfunction(props: IconProps) => Element
- CodiconSplitHorizontalfunction(props: IconProps) => Element
- CodiconSplitVerticalfunction(props: IconProps) => Element
- CodiconSquirrelfunction(props: IconProps) => Element
- CodiconStarEmptyfunction(props: IconProps) => Element
- CodiconStarFullfunction(props: IconProps) => Element
- CodiconStarHalffunction(props: IconProps) => Element
- CodiconStopCirclefunction(props: IconProps) => Element
- CodiconStrikethroughfunction(props: IconProps) => Element
- CodiconSurroundWithfunction(props: IconProps) => Element
- CodiconSymbolArrayfunction(props: IconProps) => Element
- CodiconSymbolBooleanfunction(props: IconProps) => Element
- CodiconSymbolClassfunction(props: IconProps) => Element
- CodiconSymbolColorfunction(props: IconProps) => Element
- CodiconSymbolConstantfunction(props: IconProps) => Element
- CodiconSymbolEnumfunction(props: IconProps) => Element
- CodiconSymbolEnumMemberfunction(props: IconProps) => Element
- CodiconSymbolEventfunction(props: IconProps) => Element
- CodiconSymbolFieldfunction(props: IconProps) => Element
- CodiconSymbolFilefunction(props: IconProps) => Element
- CodiconSymbolInterfacefunction(props: IconProps) => Element
- CodiconSymbolKeyfunction(props: IconProps) => Element
- CodiconSymbolKeywordfunction(props: IconProps) => Element
- CodiconSymbolMethodfunction(props: IconProps) => Element
- CodiconSymbolMethodArrowfunction(props: IconProps) => Element
- CodiconSymbolMiscfunction(props: IconProps) => Element
- CodiconSymbolNamespacefunction(props: IconProps) => Element
- CodiconSymbolNumericfunction(props: IconProps) => Element
- CodiconSymbolOperatorfunction(props: IconProps) => Element
- CodiconSymbolParameterfunction(props: IconProps) => Element
- CodiconSymbolPropertyfunction(props: IconProps) => Element
- CodiconSymbolRulerfunction(props: IconProps) => Element
- CodiconSymbolSnippetfunction(props: IconProps) => Element
- CodiconSymbolStringfunction(props: IconProps) => Element
- CodiconSymbolStructurefunction(props: IconProps) => Element
- CodiconSymbolVariablefunction(props: IconProps) => Element
- CodiconSyncfunction(props: IconProps) => Element
- CodiconSyncIgnoredfunction(props: IconProps) => Element
- CodiconTablefunction(props: IconProps) => Element
- CodiconTagfunction(props: IconProps) => Element
- CodiconTargetfunction(props: IconProps) => Element
- CodiconTasklistfunction(props: IconProps) => Element
- CodiconTelescopefunction(props: IconProps) => Element
- CodiconTerminalfunction(props: IconProps) => Element
- CodiconTerminalBashfunction(props: IconProps) => Element
- CodiconTerminalCmdfunction(props: IconProps) => Element
- CodiconTerminalDebianfunction(props: IconProps) => Element
- CodiconTerminalGitBashfunction(props: IconProps) => Element
- CodiconTerminalLinuxfunction(props: IconProps) => Element
- CodiconTerminalPowershellfunction(props: IconProps) => Element
- CodiconTerminalSecurefunction(props: IconProps) => Element
- CodiconTerminalTmuxfunction(props: IconProps) => Element
- CodiconTerminalUbuntufunction(props: IconProps) => Element
- CodiconTextSizefunction(props: IconProps) => Element
- CodiconThinkingfunction(props: IconProps) => Element
- CodiconThreeBarsfunction(props: IconProps) => Element
- CodiconThumbsdownfunction(props: IconProps) => Element
- CodiconThumbsdownFilledfunction(props: IconProps) => Element
- CodiconThumbsupfunction(props: IconProps) => Element
- CodiconThumbsupFilledfunction(props: IconProps) => Element
- CodiconToolsfunction(props: IconProps) => Element
- CodiconTrashfunction(props: IconProps) => Element
- CodiconTriangleDownfunction(props: IconProps) => Element
- CodiconTriangleLeftfunction(props: IconProps) => Element
- CodiconTriangleRightfunction(props: IconProps) => Element
- CodiconTriangleUpfunction(props: IconProps) => Element
- CodiconTwitterfunction(props: IconProps) => Element
- CodiconTypeHierarchyfunction(props: IconProps) => Element
- CodiconTypeHierarchySubfunction(props: IconProps) => Element
- CodiconTypeHierarchySuperfunction(props: IconProps) => Element
- CodiconUnarchivefunction(props: IconProps) => Element
- CodiconUnfoldfunction(props: IconProps) => Element
- CodiconUngroupByRefTypefunction(props: IconProps) => Element
- CodiconUnlockfunction(props: IconProps) => Element
- CodiconUnmutefunction(props: IconProps) => Element
- CodiconUnverifiedfunction(props: IconProps) => Element
- CodiconVariableGroupfunction(props: IconProps) => Element
- CodiconVerifiedfunction(props: IconProps) => Element
- CodiconVerifiedFilledfunction(props: IconProps) => Element
- CodiconVersionsfunction(props: IconProps) => Element
- CodiconVmfunction(props: IconProps) => Element
- CodiconVmActivefunction(props: IconProps) => Element
- CodiconVmConnectfunction(props: IconProps) => Element
- CodiconVmOutlinefunction(props: IconProps) => Element
- CodiconVmPendingfunction(props: IconProps) => Element
- CodiconVmRunningfunction(props: IconProps) => Element
- CodiconVmSmallfunction(props: IconProps) => Element
- CodiconVrfunction(props: IconProps) => Element
- CodiconVscodefunction(props: IconProps) => Element
- CodiconVscodeInsidersfunction(props: IconProps) => Element
- CodiconWandfunction(props: IconProps) => Element
- CodiconWarningfunction(props: IconProps) => Element
- CodiconWatchfunction(props: IconProps) => Element
- CodiconWhitespacefunction(props: IconProps) => Element
- CodiconWholeWordfunction(props: IconProps) => Element
- CodiconWindowfunction(props: IconProps) => Element
- CodiconWindowActivefunction(props: IconProps) => Element
- CodiconWordWrapfunction(props: IconProps) => Element
- CodiconWorkspaceTrustedfunction(props: IconProps) => Element
- CodiconWorkspaceUnknownfunction(props: IconProps) => Element
- CodiconWorkspaceUntrustedfunction(props: IconProps) => Element
- CodiconWorktreefunction(props: IconProps) => Element
- CodiconWorktreeSmallfunction(props: IconProps) => Element
- CodiconZoomInfunction(props: IconProps) => Element
- CodiconZoomOutfunction(props: IconProps) => Element
- ContainerActionsfunction(__namedParameters: HTMLAttributes<HTMLDivElement> & { ref?: Ref<HTMLDivElement> }) => Element
- ContainerBodyfunction(__namedParameters: ContainerBodyProps) => Element
- ContainerDescriptionfunction(__namedParameters: HTMLAttributes<HTMLParagraphElement> & { ref?: Ref<HTMLParagraphElement> }) => Element
- ContainerFooterfunction(__namedParameters: ContainerFooterProps) => Element
- ContainerHeaderfunction(__namedParameters: ContainerHeaderProps) => Element
- ContainerTitlefunction(__namedParameters: HTMLAttributes<HTMLHeadingElement> & { ref?: Ref<HTMLHeadingElement> }) => Element
- ContextMenuCheckboxItemfunction(__namedParameters: Omit<ContextMenuCheckboxItemProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- ContextMenuContentfunction(__namedParameters: Omit<ContextMenuContentProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- ContextMenuItemfunction(__namedParameters: ContextMenuItemProps) => Element
- ContextMenuLabelfunction(__namedParameters: ContextMenuLabelProps) => Element
- ContextMenuRadioItemfunction(__namedParameters: Omit<ContextMenuRadioItemProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- ContextMenuSeparatorfunction(__namedParameters: Omit<ContextMenuSeparatorProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- ContextMenuShortcutfunction(__namedParameters: HTMLAttributes<HTMLSpanElement>) => Element
- ContextMenuSubContentfunction(__namedParameters: Omit<ContextMenuSubContentProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- ContextMenuSubTriggerfunction(__namedParameters: ContextMenuSubTriggerProps) => Element
- ContextMenuTriggerfunction(__namedParameters: Omit<ContextMenuTriggerProps & RefAttributes<HTMLSpanElement>, 'ref'> & { ref?: Ref<HTMLSpanElement> }) => Element
- createViewTransitionfunction(debugId?: string) => AnimationName
- cssfunction(path: CSSVarPath) => `var(--${string})`
- DataTablefunction<TData, TValue>(__namedParameters: DataTableProps<TData, TValue>) => Element
- DataTableColumnHeaderfunction<TData, TValue>(__namedParameters: DataTableColumnHeaderProps<TData, TValue>) => Element
- DataTablePaginationfunction<TData>(__namedParameters: DataTablePaginationProps<TData>) => Element
- DataTableViewOptionsfunction<TData>(__namedParameters: DataTableViewOptionsProps<TData>) => Element
- Dialogfunction(__namedParameters: DialogProps) => Element
- DialogClosefunction(__namedParameters: ComponentPropsWithoutRef<typeof DialogPrimitive.Close>) => Element
- DialogCloseButtonfunction(__namedParameters: DialogCloseButtonProps) => Element
- DialogContentfunction(__namedParameters: DialogContentProps) => Element
- DialogDescriptionfunction(__namedParameters: Omit<DialogDescriptionProps & RefAttributes<HTMLParagraphElement>, 'ref'> & { ref?: Ref<HTMLParagraphElement> }) => Element
- DialogFooterfunction(__namedParameters: DialogFooterProps) => Element
- DialogHeaderfunction(__namedParameters: Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- DialogOverlayfunction(__namedParameters: Omit<DialogOverlayProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- DialogPortalfunction(__namedParameters: DialogPortalProps) => Element
- DialogTitlefunction(__namedParameters: Omit<DialogTitleProps & RefAttributes<HTMLHeadingElement>, 'ref'> & { ref?: Ref<HTMLHeadingElement> }) => Element
- DialogTriggerfunction(__namedParameters: ComponentPropsWithoutRef<typeof DialogPrimitive.Trigger>) => Element
- Dividerfunction(props: DividerProps) => Element
- Drawerfunction(__namedParameters: ComponentPropsWithoutRef<(__namedParameters: DialogProps) => Element>) => Element
- DrawerClosefunction(__namedParameters: ComponentPropsWithoutRef<typeof DrawerPrimitive.Close>) => Element
- DrawerContentfunction(__namedParameters: DrawerContentProps) => Element
- DrawerDescriptionfunction(__namedParameters: Omit<DialogDescriptionProps & RefAttributes<HTMLParagraphElement>, 'ref'> & { ref?: Ref<HTMLParagraphElement> }) => Element
- DrawerFooterfunction(__namedParameters: Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- DrawerHeaderfunction(__namedParameters: Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- DrawerOverlayfunction(__namedParameters: Omit<Omit<DialogOverlayProps & RefAttributes<HTMLDivElement>, 'ref'> & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- DrawerPortalfunction(__namedParameters: DialogPortalProps) => Element
- DrawerTitlefunction(__namedParameters: Omit<DialogTitleProps & RefAttributes<HTMLHeadingElement>, 'ref'> & { ref?: Ref<HTMLHeadingElement> }) => Element
- DrawerTriggerfunction(__namedParameters: ComponentPropsWithoutRef<typeof DrawerPrimitive.Trigger>) => Element
- DropdownMenuCheckboxItemfunction(__namedParameters: Omit<DropdownMenuCheckboxItemProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- DropdownMenuContentfunction(__namedParameters: Omit<DropdownMenuContentProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- DropdownMenuItemfunction(__namedParameters: DropdownMenuItemProps) => Element
- DropdownMenuLabelfunction(__namedParameters: DropdownMenuLabelProps) => Element
- DropdownMenuRadioItemfunction(__namedParameters: Omit<DropdownMenuRadioItemProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- DropdownMenuSeparatorfunction(__namedParameters: Omit<DropdownMenuSeparatorProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- DropdownMenuShortcutfunction(__namedParameters: HTMLAttributes<HTMLSpanElement>) => Element
- DropdownMenuSubContentfunction(__namedParameters: Omit<DropdownMenuSubContentProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- DropdownMenuSubTriggerfunction(__namedParameters: DropdownMenuSubTriggerProps) => Element
- globalStylefunction<T extends GlobalStyleRule>(selector: string, rule: T) => void
- IconAlertWarningOutline24function(props: IconProps) => Element
- IconAlignBottomOutline24function(props: IconProps) => Element
- IconAlignLeftOutline24function(props: IconProps) => Element
- IconAlignRightOutline24function(props: IconProps) => Element
- IconAlignTopOutline24function(props: IconProps) => Element
- IconAppleBrandOutline24function(props: IconProps) => Element
- IconArrowCornerBottomLeftOutline24function(props: IconProps) => Element
- IconArrowDownOutline24function(props: IconProps) => Element
- IconArrowDownToLineOutline24function(props: IconProps) => Element
- IconArrowLeftOutline24function(props: IconProps) => Element
- IconArrowNarrowRightOutline24function(props: IconProps) => Element
- IconArrowRightOutline24function(props: IconProps) => Element
- IconArrowsExpandDiagonal2Outline24function(props: IconProps) => Element
- IconArrowsExpandOutline24function(props: IconProps) => Element
- IconArrowsExpandXOutline24function(props: IconProps) => Element
- IconArrowTriangleLineUpOutline24function(props: IconProps) => Element
- IconArrowUpOutline24function(props: IconProps) => Element
- IconArrowUpToLineOutline24function(props: IconProps) => Element
- IconAtSignOutline24function(props: IconProps) => Element
- IconAutoTidyUpOutline24function(props: IconProps) => Element
- IconBagOutline24function(props: IconProps) => Element
- IconBanOutline24function(props: IconProps) => Element
- IconBarsFilterOutline24function(props: IconProps) => Element
- IconBellOutline24function(props: IconProps) => Element
- IconBoltOutline24function(props: IconProps) => Element
- IconBookmarkOutline24function(props: IconProps) => Element
- IconBookOutline24function(props: IconProps) => Element
- IconBroomOutline24function(props: IconProps) => Element
- IconBulletListOutline24function(props: IconProps) => Element
- IconButtonfunction(__namedParameters: IconButtonProps) => Element
- IconCalendarClockOutline24function(props: IconProps) => Element
- IconCalendarOutline24function(props: IconProps) => Element
- IconCameraOutline24function(props: IconProps) => Element
- IconCanvasModeOutline24function(props: IconProps) => Element
- IconCanvasNewOutline24function(props: IconProps) => Element
- IconCartOutline24function(props: IconProps) => Element
- IconCenterPeekOutline24function(props: IconProps) => Element
- IconChalkboardOutline24function(props: IconProps) => Element
- IconChartOutline24function(props: IconProps) => Element
- IconChatBubblePlusOutline24function(props: IconProps) => Element
- IconCheckboxCheckedOutline24function(props: IconProps) => Element
- IconCheckboxUncheckedOutline24function(props: IconProps) => Element
- IconCheckOutline24function(props: IconProps) => Element
- IconChevronDownOutline24function(props: IconProps) => Element
- IconChevronDownSmOutline24function(props: IconProps) => Element
- IconChevronLeftOutline24function(props: IconProps) => Element
- IconChevronLeftSmOutline24function(props: IconProps) => Element
- IconChevronRightOutline24function(props: IconProps) => Element
- IconChevronRightPlusOutline24function(props: IconProps) => Element
- IconChevronRightSmOutline24function(props: IconProps) => Element
- IconChevronUpOutline24function(props: IconProps) => Element
- IconChevronUpSmOutline24function(props: IconProps) => Element
- IconCircleBitcoinOutline24function(props: IconProps) => Element
- IconCircleCheckOutline24function(props: IconProps) => Element
- IconCircleDashedOutline24function(props: IconProps) => Element
- IconCircleDottedOutline24function(props: IconProps) => Element
- IconCircleInfoOutline24function(props: IconProps) => Element
- IconCircleQuestionOutline24function(props: IconProps) => Element
- IconCircleWarningOutline24function(props: IconProps) => Element
- IconCircleXmarkOutline24function(props: IconProps) => Element
- IconClipboardContentOutline24function(props: IconProps) => Element
- IconClockOutline24function(props: IconProps) => Element
- IconCloudOutline24function(props: IconProps) => Element
- IconCloudShowersOutline24function(props: IconProps) => Element
- IconCloudSlashOutline24function(props: IconProps) => Element
- IconCloudSyncOutline24function(props: IconProps) => Element
- IconCloudUploadOutline24function(props: IconProps) => Element
- IconCodeOutline24function(props: IconProps) => Element
- IconCoinsOutline24function(props: IconProps) => Element
- IconCompassOutline24function(props: IconProps) => Element
- IconCopiesOutline24function(props: IconProps) => Element
- IconCopyOutline24function(props: IconProps) => Element
- IconCreditCardOutline24function(props: IconProps) => Element
- IconCropOutline24function(props: IconProps) => Element
- IconCrosshairsOutline24function(props: IconProps) => Element
- IconCubeOutline24function(props: IconProps) => Element
- IconCursorAddOutline24function(props: IconProps) => Element
- IconCursorGrabOutline24function(props: IconProps) => Element
- IconCursorOutline24function(props: IconProps) => Element
- IconCursorPointerOutline24function(props: IconProps) => Element
- IconDatabaseOutline24function(props: IconProps) => Element
- IconDiamondOutline24function(props: IconProps) => Element
- IconDirectionSignRightOutline24function(props: IconProps) => Element
- IconDocNewOutline24function(props: IconProps) => Element
- IconDotsOutline24function(props: IconProps) => Element
- IconDotsVerticalOutline24function(props: IconProps) => Element
- IconDoubleChevronLeftOutline24function(props: IconProps) => Element
- IconDoubleChevronRightOutline24function(props: IconProps) => Element
- IconDownloadOutline24function(props: IconProps) => Element
- IconEditSquareOutline24function(props: IconProps) => Element
- IconEnvelopeOutline24function(props: IconProps) => Element
- IconEraserOutline24function(props: IconProps) => Element
- IconExternalLinkOutline24function(props: IconProps) => Element
- IconEyeOutline24function(props: IconProps) => Element
- IconEyeSlashOutline24function(props: IconProps) => Element
- IconFaceAngryOutline24function(props: IconProps) => Element
- IconFaceConfusedOutline24function(props: IconProps) => Element
- IconFaceGrinOutline24function(props: IconProps) => Element
- IconFigmaOutline24function(props: IconProps) => Element
- IconFileNewOutline24function(props: IconProps) => Element
- IconFileOutline24function(props: IconProps) => Element
- IconFilesOutline24function(props: IconProps) => Element
- IconFilmOutline24function(props: IconProps) => Element
- IconFireOutline24function(props: IconProps) => Element
- IconFlagOutline24function(props: IconProps) => Element
- IconFlaskOutline24function(props: IconProps) => Element
- IconFloppyDiskOutline24function(props: IconProps) => Element
- IconFlowerOutline24function(props: IconProps) => Element
- IconFolderMinusOutline24function(props: IconProps) => Element
- IconFolderOutline24function(props: IconProps) => Element
- IconFolderPlusOutline24function(props: IconProps) => Element
- IconForwardThirtySecondsOutline24function(props: IconProps) => Element
- IconFrameOutline24function(props: IconProps) => Element
- IconFreedrawOutline24function(props: IconProps) => Element
- IconGamepadOutline24function(props: IconProps) => Element
- IconGearOutline24function(props: IconProps) => Element
- IconGiftOutline24function(props: IconProps) => Element
- IconGithubOutline24function(props: IconProps) => Element
- IconGlobeOutline24function(props: IconProps) => Element
- IconGoogleOutline24function(props: IconProps) => Element
- IconGrabOutline24function(props: IconProps) => Element
- IconGridOutline24function(props: IconProps) => Element
- IconHashtagOutline24function(props: IconProps) => Element
- IconHeading1Outline24function(props: IconProps) => Element
- IconHeading2Outline24function(props: IconProps) => Element
- IconHeading3Outline24function(props: IconProps) => Element
- IconHeading4Outline24function(props: IconProps) => Element
- IconHeading5Outline24function(props: IconProps) => Element
- IconHeading6Outline24function(props: IconProps) => Element
- IconHeadphonesOutline24function(props: IconProps) => Element
- IconHeartBrokenOutline24function(props: IconProps) => Element
- IconHeartOutline24function(props: IconProps) => Element
- IconHexagonCheckOutline24function(props: IconProps) => Element
- IconHighlighterOutline24function(props: IconProps) => Element
- IconHouse4Outline24function(props: IconProps) => Element
- IconImageOutline24function(props: IconProps) => Element
- IconInboxArrowDownOutline24function(props: IconProps) => Element
- IconKeyboardOutline24function(props: IconProps) => Element
- IconLaptopOutline24function(props: IconProps) => Element
- IconLayersOutline24function(props: IconProps) => Element
- IconLeafOutline24function(props: IconProps) => Element
- IconLightbulbOutline24function(props: IconProps) => Element
- IconLinearOutline24function(props: IconProps) => Element
- IconLink2Outline24function(props: IconProps) => Element
- IconLinkedDocOutline24function(props: IconProps) => Element
- IconLinkOutline24function(props: IconProps) => Element
- IconListCheckOutline24function(props: IconProps) => Element
- IconListTreeOutline24function(props: IconProps) => Element
- IconLockOpenOutline24function(props: IconProps) => Element
- IconLockOutline24function(props: IconProps) => Element
- IconMagnifierMinusOutline24function(props: IconProps) => Element
- IconMagnifierOutline24function(props: IconProps) => Element
- IconMapOutline24function(props: IconProps) => Element
- IconMediaPauseOutline24function(props: IconProps) => Element
- IconMediaPlayOutline24function(props: IconProps) => Element
- IconMediaStopOutline24function(props: IconProps) => Element
- IconMessageOutline24function(props: IconProps) => Element
- IconMicrophoneOutline24function(props: IconProps) => Element
- IconMinusOutline24function(props: IconProps) => Element
- IconModularGridOutline24function(props: IconProps) => Element
- IconMoonOutline24function(props: IconProps) => Element
- IconMountainOutline24function(props: IconProps) => Element
- IconMouseOutline24function(props: IconProps) => Element
- IconNotionOutline24function(props: IconProps) => Element
- IconObjsGroupOutline24function(props: IconProps) => Element
- IconObjsUngroupOutline24function(props: IconProps) => Element
- IconPaintbrushOutline24function(props: IconProps) => Element
- IconPaletteOutline24function(props: IconProps) => Element
- IconPaperclipOutline24function(props: IconProps) => Element
- IconPaperPlaneOutline24function(props: IconProps) => Element
- IconPenOutline24function(props: IconProps) => Element
- IconPhoneOutline24function(props: IconProps) => Element
- IconPinOutline24function(props: IconProps) => Element
- IconPlusOutline24function(props: IconProps) => Element
- IconPresentationOutline24function(props: IconProps) => Element
- IconPrintOutline24function(props: IconProps) => Element
- IconPuzzlePieceOutline24function(props: IconProps) => Element
- IconQrcodeOutline24function(props: IconProps) => Element
- IconQuoteOutline24function(props: IconProps) => Element
- IconReadwiseDuotoneOutline24function(props: IconProps) => Element
- IconReadwiseOutline24function(props: IconProps) => Element
- IconRectLogoutOutline24function(props: IconProps) => Element
- IconRedoOutline24function(props: IconProps) => Element
- IconRefresh2Outline24function(props: IconProps) => Element
- IconRefreshOutline24function(props: IconProps) => Element
- IconResizeTidyUpOutline24function(props: IconProps) => Element
- IconRewindFifteenSecondsOutline24function(props: IconProps) => Element
- IconRulerOutline24function(props: IconProps) => Element
- IconScissorsOutline24function(props: IconProps) => Element
- IconServerOutline24function(props: IconProps) => Element
- IconShapePolygon2Outline24function(props: IconProps) => Element
- IconShareRightOutline24function(props: IconProps) => Element
- IconShieldUserOutline24function(props: IconProps) => Element
- IconSidebarRightOutline24function(props: IconProps) => Element
- IconSignalOutline24function(props: IconProps) => Element
- IconSingularityCubeOutline24function(props: IconProps) => Element
- IconSnowflakeOutline24function(props: IconProps) => Element
- IconSortBottomToTopOutline24function(props: IconProps) => Element
- IconSortTopToBottomOutline24function(props: IconProps) => Element
- IconSparkle2Outline24function(props: IconProps) => Element
- IconSpinnerLoaderOutline24function(props: IconProps) => Element
- IconSplitViewOutline24function(props: IconProps) => Element
- IconSquareGridOutline24function(props: IconProps) => Element
- IconStarOutline24function(props: IconProps) => Element
- IconSuitcaseOutline24function(props: IconProps) => Element
- IconSunOutline24function(props: IconProps) => Element
- IconTableOutline24function(props: IconProps) => Element
- IconTagOutline24function(props: IconProps) => Element
- IconTagPlusOutline24function(props: IconProps) => Element
- IconTagsOutline24function(props: IconProps) => Element
- IconTextAlignCenterOutline24function(props: IconProps) => Element
- IconTextAlignLeftOutline24function(props: IconProps) => Element
- IconTextAlignRightOutline24function(props: IconProps) => Element
- IconTextBoldOutline24function(props: IconProps) => Element
- IconTextItalicOutline24function(props: IconProps) => Element
- IconTextOutline24function(props: IconProps) => Element
- IconTextStrikethroughOutline24function(props: IconProps) => Element
- IconTextUnderlineOutline24function(props: IconProps) => Element
- IconThumbsUpOutline24function(props: IconProps) => Element
- IconTrash2Outline24function(props: IconProps) => Element
- IconTrashOutline24function(props: IconProps) => Element
- IconTreeOutline24function(props: IconProps) => Element
- IconUmbrellaOutline24function(props: IconProps) => Element
- IconUndoOutline24function(props: IconProps) => Element
- IconUploadOutline24function(props: IconProps) => Element
- IconUserBanOutline24function(props: IconProps) => Element
- IconUserBookOpenOutline24function(props: IconProps) => Element
- IconUserCheckOutline24function(props: IconProps) => Element
- IconUserOutline24function(props: IconProps) => Element
- IconUsersOutline24function(props: IconProps) => Element
- IconViewBarOutline24function(props: IconProps) => Element
- IconVolumeUpOutline24function(props: IconProps) => Element
- IconWalletOutline24function(props: IconProps) => Element
- IconWifiOffOutline24function(props: IconProps) => Element
- IconWindowLayoutOutline24function(props: IconProps) => Element
- IconWindowMinimizeOutline24function(props: IconProps) => Element
- IconWindowOutline24function(props: IconProps) => Element
- IconWrenchOutline24function(props: IconProps) => Element
- IconXmarkOutline24function(props: IconProps) => Element
- IconYoutubeOutline24function(props: IconProps) => Element
- IconZipOutline24function(props: IconProps) => Element
- IconZoomInOutline24function(props: IconProps) => Element
- Inputfunction(__namedParameters: InputProps) => Element
- Kbdfunction(__namedParameters: KbdProps) => Element
- KbdGroupfunction(__namedParameters: KbdGroupProps) => Element
- keyframesfunction<T extends Record<string, StyleRule>>(rule: T, debugId?: string) => AnimationName
- Menubarfunction(__namedParameters: Omit<MenubarProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- MenubarCheckboxItemfunction(__namedParameters: Omit<MenubarCheckboxItemProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- MenubarContentfunction(__namedParameters: Omit<MenubarContentProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- MenubarGroupfunction(__namedParameters: ComponentPropsWithoutRef<typeof MenubarPrimitive.Group>) => Element
- MenubarItemfunction(__namedParameters: MenubarItemProps) => Element
- MenubarLabelfunction(__namedParameters: MenubarLabelProps) => Element
- MenubarMenufunction(__namedParameters: MenubarMenuProps) => Element
- MenubarPortalfunction(__namedParameters: MenubarPortalProps) => Element
- MenubarRadioGroupfunction(__namedParameters: ComponentPropsWithoutRef<typeof MenubarPrimitive.RadioGroup>) => Element
- MenubarRadioItemfunction(__namedParameters: Omit<MenubarRadioItemProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- MenubarSeparatorfunction(__namedParameters: Omit<MenubarSeparatorProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- MenubarShortcutfunction(__namedParameters: HTMLAttributes<HTMLSpanElement>) => Element
- MenubarSubfunction(__namedParameters: MenubarSubProps) => Element
- MenubarSubContentfunction(__namedParameters: Omit<MenubarSubContentProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- MenubarSubTriggerfunction(__namedParameters: MenubarSubTriggerProps) => Element
- MenubarTriggerfunction(__namedParameters: Omit<MenubarTriggerProps & RefAttributes<HTMLButtonElement>, 'ref'> & { ref?: Ref<HTMLButtonElement> }) => Element
- MenuIconfunction(__namedParameters: MenuIconProps) => Element
- MenuTriggerfunction(__namedParameters: MenuTriggerProps) => Element
- Modalfunction(__namedParameters: ModalProps) => Element
- ModHostProviderfunction(props: ModHostProviderProps) => ReactNode
- ModularGridSpinnerfunction(props: IconProps) => Element
- Popoverfunction(__namedParameters: PopoverProps) => Element
- ResizableHandlefunction(__namedParameters: ResizableHandleProps) => Element
- ResizablePanelGroupfunction(__namedParameters: GroupProps) => Element
- resolveIconfunctionResolve an icon component by its export name (e.g.
- ScrollAreafunction(__namedParameters: ScrollAreaProps) => Element
- ScrollBarfunction(__namedParameters: Omit<ScrollAreaScrollbarProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- SearchFieldfunction(__namedParameters: SearchFieldProps) => Element
- SelectContentfunction(__namedParameters: Omit<SelectPopupProps, 'className'> & { className?: string } & Pick<SelectPositionerProps, 'side' | 'sideOffset' | 'align' | 'alignOffset' | 'alignItemWithTrigger'>) => Element
- SelectGroupfunction(__namedParameters: Omit<SelectGroupProps, 'className'> & { className?: string }) => Element
- SelectItemfunction(__namedParameters: SelectItemProps) => Element
- SelectLabelfunction(__namedParameters: Omit<SelectGroupLabelProps, 'className'> & { className?: string }) => Element
- SelectScrollDownButtonfunction(__namedParameters: Omit<Omit<SelectScrollDownArrowProps, 'ref'> & RefAttributes<HTMLDivElement>, 'className'> & { className?: string }) => Element
- SelectScrollUpButtonfunction(__namedParameters: Omit<Omit<SelectScrollUpArrowProps, 'ref'> & RefAttributes<HTMLDivElement>, 'className'> & { className?: string }) => Element
- SelectSeparatorfunction(__namedParameters: Omit<SeparatorProps, 'className'> & { className?: string }) => Element
- SelectTriggerfunction(__namedParameters: SelectTriggerProps) => Element
- SelectValuefunction(__namedParameters: Omit<SelectValueProps, 'className'> & { className?: string }) => Element
- Skeletonfunction(__namedParameters: DetailedHTMLProps<HTMLAttributes<HTMLDivElement>>) => Element
- stylefunction<T extends ComplexStyleRule>(rule: T, debugId?: string) => string
- styleVariantsfunction<M extends Record<string | number, ComplexStyleRule>>(styleMap: M, debugId?: string) => Record<keyof M, string> | <D extends Record<string | number, unknown>, K extends string | number | symbol>(data: D, mapData: (value: D[K], key: K) => ComplexStyleRule, debugId?: string) => Record<keyof D, string>
- Switchfunction(__namedParameters: SwitchProps) => Element
- Tablefunction(__namedParameters: TableProps) => Element
- TableBodyfunction(__namedParameters: TableBodyProps) => Element
- TableCaptionfunction(__namedParameters: TableCaptionProps) => Element
- TableCellfunction(__namedParameters: TableCellProps) => Element
- TableFooterfunction(__namedParameters: TableFooterProps) => Element
- TableHeadfunction(__namedParameters: TableHeadProps) => Element
- TableHeaderfunction(__namedParameters: TableHeaderProps) => Element
- TableRowfunction(__namedParameters: TableRowProps) => Element
- Tabsfunction(__namedParameters: Omit<TabsProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- TabsContentfunction(__namedParameters: Omit<TabsContentProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- TabsListfunction(__namedParameters: Omit<TabsListProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- TabsTriggerfunction(__namedParameters: Omit<TabsTriggerProps & RefAttributes<HTMLButtonElement>, 'ref'> & { ref?: Ref<HTMLButtonElement> }) => Element
- Tagfunction(__namedParameters: TagProps) => Element
- Textfunction(__namedParameters: TextProps) => Element
- ToolResultActionsfunction(__namedParameters: ToolResultActionsProps) => Element
- ToolResultBodyfunction(__namedParameters: ToolResultBodyProps) => Element | null
- ToolResultCodeBlockfunction(__namedParameters: ToolResultCodeBlockProps) => Element
- ToolResultCountfunction(__namedParameters: ToolResultCountProps) => Element
- ToolResultHeaderfunction(__namedParameters: ToolResultHeaderProps) => Element
- ToolResultIconfunction(__namedParameters: ToolResultIconProps) => Element
- ToolResultSectionfunction(__namedParameters: ToolResultSectionProps) => Element
- ToolResultSummaryfunction(__namedParameters: ToolResultSummaryProps) => Element
- ToolResultTitlefunction(__namedParameters: ToolResultTitleProps) => Element
- ToolResultTitleInlineContentfunction(__namedParameters: ToolResultTitleInlineContentProps) => Element
- ToolResultTriggerfunction(__namedParameters: ToolResultTriggerProps) => Element
- useModfunction() => HostContext
- VerticalTabsfunction(__namedParameters: Omit<TabsProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- VerticalTabsContentfunction(__namedParameters: Omit<TabsContentProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- VerticalTabsListfunction(__namedParameters: Omit<TabsListProps & RefAttributes<HTMLDivElement>, 'ref'> & { ref?: Ref<HTMLDivElement> }) => Element
- VerticalTabsTriggerfunction(__namedParameters: VerticalTabsTriggerProps) => Element
- useModStatefunction<TValue>(state: State<TValue>) => StateSnapshot<TValue>
Classes1
Namespaces1
Values29
- ConfirmModalconst({ children, confirmButtonOptions, cancelText, cancelButtonOptions, onConfirm, width, ...props }: ConfirmModalProps) => JSX.Element
- ContainerconstContainerComponent
- ContextMenuconst({ ...props }: ComponentPropsWithoutRef<typeof ContextMenuPrimitive.Root>) => JSX.Element
- ContextMenuGroupconst({ ...props }: ComponentPropsWithoutRef<typeof ContextMenuPrimitive.Group>) => JSX.Element
- ContextMenuPortalconst({ container, ...props }: ComponentPropsWithoutRef<typeof ContextMenuPrimitive.Portal>) => JSX.Element
- ContextMenuRadioGroupconst({ ...props }: ComponentPropsWithoutRef<typeof ContextMenuPrimitive.RadioGroup>) => JSX.Element
- ContextMenuSubconst({ ...props }: ComponentPropsWithoutRef<typeof ContextMenuPrimitive.Sub>) => JSX.Element
- DEFAULT_ICON_SIZEconst20
- DropdownMenuconst({ ...props }: ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Root>) => JSX.Element
- DropdownMenuGroupconst({ ...props }: ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Group>) => JSX.Element
- DropdownMenuPortalconst({ container, ...props }: ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Portal>) => JSX.Element
- DropdownMenuRadioGroupconst({ ...props }: ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.RadioGroup>) => JSX.Element
- DropdownMenuSubconst({ ...props }: ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Sub>) => JSX.Element
- DropdownMenuTriggerconst({ ...props }: ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Trigger>) => JSX.Element
- HexLoaderconstNamedExoticComponent
- iconFolderOutline24Urlconststring
- iconPuzzlePieceOutline24Urlconststring
- iconSparkle2Outline24Urlconststring
- LoadingconstFC<LoadingProps>
- Menuconst({ children, items, portalOptions, rootOptions, contentOptions: { className, style: contentStyle, ...otherContentOptions }, }: MenuProps) => JSX.Element
- MenuItemconst({ children: propsChildren, type, className: propsClassName, preFix, endFix, checked, selected, block, ...otherProps }: MenuItemProps) => JSX.Element
- MenuSeparatorconst({ className, ...otherProps }: DropdownMenuSeparatorProps) => JSX.Element
- MenuSubconst({ children: propsChildren, items, portalOptions, subOptions, triggerOptions: { className: propsClassName, preFix, endFix, type, ...otherTriggerOptions }, subContentOptions: { className: subContentClassName, ...otherSubContentOptions }, }: MenuSubProps) => JSX.Element
- ResizablePanelconsttypeof Panel
- scrollAreaFadeSizeconst`var(--${string})`
- Selectconsttypeof SelectPrimitive.Root
- ToolResultconstToolResultComponent
- Tooltipconst({ className, children, content, side, align, shortcut, shortcutClassName, options, rootOptions, portalOptions, }: TooltipProps) => JSX.Element
- useMenuItemconst({ children: propsChildren, type, className: propsClassName, preFix, endFix, checked, selected, block, }: useMenuItemProps) => { children: JSX.Element; className: string }