UNPKG

copper-ui

Version:

Modern React UI components library with TypeScript support, built on top of Ant Design

38 lines 2.35 kB
import { ReactElement, SVGProps } from '../../../../../node_modules/.pnpm/react@19.1.1/node_modules/react'; type WorkspaceIconComponent = (props: SVGProps<SVGSVGElement>) => ReactElement; export declare const WorkspaceNavigationTaskIcon: WorkspaceIconComponent; export declare const WorkspaceNavigationDealIcon: WorkspaceIconComponent; export declare const WorkspaceNavigationLeadIcon: WorkspaceIconComponent; export declare const WorkspaceNavigationAdminIcon: WorkspaceIconComponent; export declare const WorkspaceNavigationClientIcon: WorkspaceIconComponent; export declare const WorkspaceNavigationReportIcon: WorkspaceIconComponent; export declare const WorkspaceNavigationRankingIcon: WorkspaceIconComponent; export declare const WorkspaceNavigationReviewIcon: WorkspaceIconComponent; export declare const WorkspaceNavigationTableIcon: WorkspaceIconComponent; export declare const WorkspaceNavigationGroupCompanyIcon: WorkspaceIconComponent; export declare const WorkspaceNavigationHomeIcon: WorkspaceIconComponent; export declare const WorkspaceNavigationTkbpayIcon: WorkspaceIconComponent; export declare const WorkspaceChevronRightIcon: WorkspaceIconComponent; export declare const WorkspaceOverflowListIcon: WorkspaceIconComponent; export declare const WorkspaceDoubleRightArrowIcon: WorkspaceIconComponent; export declare const WorkspaceCollapsedCornerIndicatorIcon: WorkspaceIconComponent; export declare const WorkspaceLogoProdIcon: WorkspaceIconComponent; export declare const WorkspaceLogoDevIcon: WorkspaceIconComponent; export declare const WorkspaceLogoTestIcon: WorkspaceIconComponent; export declare const workspaceNavigationIconMap: { readonly admin: WorkspaceIconComponent; readonly client: WorkspaceIconComponent; readonly deal: WorkspaceIconComponent; readonly groupCompany: WorkspaceIconComponent; readonly home: WorkspaceIconComponent; readonly lead: WorkspaceIconComponent; readonly ranking: WorkspaceIconComponent; readonly report: WorkspaceIconComponent; readonly review: WorkspaceIconComponent; readonly table: WorkspaceIconComponent; readonly task: WorkspaceIconComponent; readonly tkbpay: WorkspaceIconComponent; }; export type WorkspaceNavigationIconName = keyof typeof workspaceNavigationIconMap; export {}; //# sourceMappingURL=workspace-navigation-assets.d.ts.map