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)

13 lines (12 loc) 314 B
/// <reference types="react" /> export declare const useWorkspace: () => { label: string; roots: { [x: string]: import("../../core.js").Root; }; color: string; source: string; mediaDir?: string | undefined; icon?: import("react").ComponentType | undefined; name: string; };