UNPKG

@cnamts/vue-dot

Version:

Implementation of our Design System for the French Health Insurance

20 lines (18 loc) 262 B
import { DataList } from './../../types'; /** Get DataList fixture */ export function getDataList(): DataList { return [ { key: 'Civility', value: '' }, { key: 'Name', value: 'Dupont' }, { key: 'First name', value: 'Paul' } ]; }