UNPKG

@vnmfify/core

Version:

```shell npm i @vnmfify/core -S ```

9 lines (8 loc) 297 B
import { ViewProps } from "@vnxjs/components/types/View"; import { ReactNode } from "react"; interface NavBarLeftProps extends ViewProps { icon?: ReactNode; children?: ReactNode; } export declare function NavBarLeft(props: NavBarLeftProps): JSX.Element; export default NavBarLeft;