UNPKG

portal-www

Version:

Nova Portal Website. Based on Next starter by Ueno

10 lines (8 loc) 226 B
// Pælingar um að hafa hérna prop types sem eru notaðar á mörgum stöðum // til að hafa consistency. T.d. export type TextProps = { title: string; subtitle?: string; description?: string; eyebrow?: string; };