UNPKG

@eccenca/gui-elements

Version:

GUI elements based on other libraries, usable in React application, written in Typescript.

6 lines (5 loc) 384 B
import React from "react"; import { HeaderMenuButtonProps as CarbonHeaderMenuButtonProps } from "@carbon/react"; export type ApplicationSidebarTogglerProps = CarbonHeaderMenuButtonProps; export declare const ApplicationSidebarToggler: ({ className, ...otherCarbonHeaderMenuButtonProps }: ApplicationSidebarTogglerProps) => React.JSX.Element; export default ApplicationSidebarToggler;