Accept an id prop

This commit is contained in:
Alicia Sykes 2023-08-18 19:28:28 +01:00
parent 502b9fd7f4
commit 55d59c2d07

View File

@ -6,7 +6,7 @@ import Heading from 'components/Form/Heading';
export interface RowProps {
lbl: string,
val: string,
// key?: string,
key?: string | number,
children?: ReactNode,
rowList?: RowProps[],
title?: string,