UNPKG

baseui

Version:

A React Component library implementing the Base design language

7 lines (6 loc) 356 B
import { ALIGN } from './constants'; export declare const Root: import("styletron-react").StyletronComponent<"nav", {}>; export declare const NavigationItem: import("styletron-react").StyletronComponent<"li", {}>; export declare const NavigationList: import("styletron-react").StyletronComponent<"ul", { $align: (typeof ALIGN)[keyof typeof ALIGN]; }>;