UNPKG

@types/carbon-components-react

Version:
12 lines (8 loc) 320 B
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;