Accept an id prop
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user