@types/carbon-components-react
Version:
TypeScript definitions for carbon-components-react
12 lines (8 loc) • 320 B
TypeScript
import * as React from "react";
import { RequiresChildrenProps } from "../../../typings/shared";
export interface SideNavIconProps extends RequiresChildrenProps {
className?: string | undefined,
small?: boolean | undefined,
}
declare const SideNavIcon: React.FC<SideNavIconProps>;
export default SideNavIcon;