Repository URL to install this package:
|
Version:
2.1.16 ▾
|
declare const SectionLinkListTitle = "Section Link List Title";
declare const SectionLinkListData: {
label: string;
href: string;
}[];
export { SectionLinkListData, SectionLinkListTitle };