UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

9 lines (8 loc) 348 B
import { VariantType } from "../menu-item"; import type { MenuType } from "../menu.types"; interface StyledScrollableBlockProps { menuType: MenuType; variant: VariantType; } declare const StyledScrollableBlock: import("styled-components").StyledComponent<"li", any, StyledScrollableBlockProps, never>; export default StyledScrollableBlock;