UNPKG

@onwave/ui

Version:
10 lines (9 loc) 225 B
import { NextPage } from "next"; import React from "react"; interface Props { as?: React.ElementType; href?: string; onClick?: () => void; } export declare const DropdownItem: NextPage<Props>; export {};