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)

12 lines (11 loc) 369 B
/// <reference types="react" /> export declare const useRoot: () => { label: string; contains?: string[] | undefined; icon?: import("react").ComponentType | undefined; i18n?: import("../../core.js").RootI18n | undefined; view?: import("react").ComponentType<{ root: import("../../core.js").RootData; }> | undefined; name: string; };