UNPKG

@brizy/ui

Version:
11 lines (10 loc) 290 B
import { Props } from "../components/DropdownItem"; import { ReactElement } from "react"; export declare const itemProp: { index: number; item: { title: string; value: string; }; }; export declare const DropdownItemTest: (props: Partial<Props>) => ReactElement;