Type Alias NavigationLinks

type NavigationLinks = {
    next?: NavigationLink;
    prev?: NavigationLink;
}
Index

Properties

Properties