Repository URL to install this package:
Version:
0.9.6 ▾
|
import { SectionLinkListDataType } from './typings'
const SectionLinkListTitle = 'Section Link List Title'
const SectionLinkListData: SectionLinkListDataType = [
{
label: 'Link Label 1',
href: 'https://uxuiqa.skavaone.com',
},
{
label: 'Link Label 2',
href: 'https://uxuiqa.skavaone.com',
},
{
label: 'Link Label 3',
href: 'https://uxuiqa.skavaone.com',
},
{
label: 'Link Label 4',
href: 'https://uxuiqa.skavaone.com',
},
]
export { SectionLinkListData, SectionLinkListTitle }