Use Classnames syntax for showFirstRow classes augmentation
This commit is contained in:
parent
eb4f23d627
commit
b8b5d6c449
@ -40,7 +40,7 @@ export async function showFirstRow({
|
||||
show_more_button: JSX.Element,
|
||||
show_less_button: JSX.Element
|
||||
) => JSX.Element;
|
||||
classes?: string[];
|
||||
classes?: classNames.ArgumentArray;
|
||||
}): Promise<string> {
|
||||
const id = showFirstRowIds.next().value;
|
||||
const checkbox_id = "show-first-row__checkbox--" + id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user