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