UNPKG

@meduza-bank/ui-kit

Version:

UI Kit of the bank of Meme World "Peoples Bank Memes" or "Meduza Bank"

13 lines (12 loc) 385 B
import * as React from "react"; export interface NavigationLayoutType extends React.FC<React.PropsWithChildren<{ className?: string; }>> { NavigatorBlock: React.FC<React.PropsWithChildren<{ className?: string; }>>; PageBlock: React.FC<React.PropsWithChildren<{ className?: string; }>>; } export declare const NavigationLayout: NavigationLayoutType;