UNPKG

@hirebus/academy

Version:

React component library for academy and learning platforms

6 lines (5 loc) 207 B
export interface BackNavigationProps { onBack?: () => void; label?: string; } export declare function BackNavigation({ onBack, label }: BackNavigationProps): import("react/jsx-runtime").JSX.Element;