UNPKG
portal-www
Version:
beta (1.74.0)
latest (1.74.0)
1.74.0
Nova Portal Website. Based on Next starter by Ueno
portal-www
/
src
/
frisco
/
PredefinedProps.ts
10 lines
(8 loc)
•
226 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
// 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
; };