UNPKG

alinea

Version:
8 lines (7 loc) 274 B
import type { ComponentType } from 'react'; export type WorkspaceLabelProps = { color?: string; label: string; icon?: ComponentType; }; export declare function WorkspaceLabel({ label, color, icon }: WorkspaceLabelProps): import("react/jsx-runtime").JSX.Element;