mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
refactor(types): Sintassi "moderna" Array
This commit is contained in:
@ -20,7 +20,7 @@ export default class TableRow extends Component {
|
||||
);
|
||||
}
|
||||
|
||||
checkbox(children: Array<Children>): Children {
|
||||
checkbox(children: Children[]): Children {
|
||||
if (!this.attrs.has('checkable')) {
|
||||
return <></>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user