UNPKG

react95

Version:

Refreshed Windows95 UI components for modern web apps - React95

13 lines 555 B
/// <reference types="react" /> import { MenuListProps } from '../MenuList/MenuList'; /** @deprecated Use `MenuListProps` */ export declare type ListProps = MenuListProps; /** @deprecated Use `MenuList` */ export declare const List: import("styled-components").StyledComponent<"ul", any, { role: "menu"; } & import("react").HTMLAttributes<HTMLUListElement> & { fullWidth?: boolean | undefined; shadow?: boolean | undefined; inline?: boolean | undefined; } & import("../types").CommonStyledProps, "role">; //# sourceMappingURL=List.d.ts.map