mirror of
https://github.com/Lissy93/web-check.git
synced 2025-06-19 19:28:00 +02:00
Accept an id prop
This commit is contained in:
parent
502b9fd7f4
commit
55d59c2d07
@ -6,7 +6,7 @@ import Heading from 'components/Form/Heading';
|
|||||||
export interface RowProps {
|
export interface RowProps {
|
||||||
lbl: string,
|
lbl: string,
|
||||||
val: string,
|
val: string,
|
||||||
// key?: string,
|
key?: string | number,
|
||||||
children?: ReactNode,
|
children?: ReactNode,
|
||||||
rowList?: RowProps[],
|
rowList?: RowProps[],
|
||||||
title?: string,
|
title?: string,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user