coze-studio/frontend/packages/studio/components/src/index.ts

73 lines
2.7 KiB
TypeScript

/*
* Copyright 2025 coze-dev Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export { AvatarBackgroundNoticeDot } from './avatar-background-notice-dot';
export { ImageList, type ImageItem, type ImageListProps } from './image-list';
export { GenerateButton } from './generate-button';
export {
InputWithCountField,
InputWithCount,
type InputWithCountProps,
} from './input-with-count';
export { UIBreadcrumb, type BreadCrumbProps } from './ui-breadcrumb';
export { type UISearchProps, UISearch } from './ui-search';
export { PopoverContent } from './popover-content';
export { SelectSpaceModal } from './select-space-modal';
export { DuplicateBot } from './duplicate-bot';
export { CozeBrand, type CozeBrandProps } from './coze-brand';
export { CardThumbnailPopover } from './card-thumbnail-popover';
export { LinkList, type LinkListItem } from './link-list';
export { AvatarName } from './avatar-name';
export { TopBar as PersonalHeader } from './personal-header';
export { Carousel } from './carousel';
export {
GenerateImageTab,
GenerateType,
type GenerateImageTabProps,
} from './generate-img-tab';
export { FlowShortcutsHelp } from './flow-shortcuts-help';
export { LoadingButton } from './loading-button';
export { Search, SearchProps } from './search';
export { ResizableLayout } from './resizable-layout';
export { ModelOptionItem } from './model-option/option-item';
export { InputSlider, InputSliderProps } from './input-controls/input-slider';
export { UploadGenerateButton } from './upload-generate-button';
export { usePluginLimitModal, transPricingRules } from './plugin-limit-info';
// 曝光埋点上报组件,进入视图上报
export { TeaExposure } from './tea-exposure';
export { Sticky } from './sticky';
export {
ProjectTemplateCopyModal,
type ProjectTemplateCopyValue,
useProjectTemplateCopyModal,
appendCopySuffix,
} from './project-duplicate-modal';
export { SpaceFormSelect } from './space-form-select';
// !Notice 以下模块只允许导出类型,避免首屏加载 react-dnd,@blueprintjs/core 等相关代码
export { type TItemRender, type ITemRenderProps } from './sortable-list';
export { type ConnectDnd, type OnMove } from './sortable-list/hooks';