UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

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