alinea
Version:
[](https://npmjs.org/package/alinea) [](https://packagephobia.com/result?p=alinea)
9 lines (8 loc) • 305 B
TypeScript
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;