Fix formatting

This commit is contained in:
Jamie Curnow 2023-04-11 21:43:40 +10:00
parent 7745f8242b
commit 798db6cb21
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E

View File

@ -52,9 +52,8 @@ import {
declare module "react-table" {
// take this file as-is, or comment out the sections that don't apply to your plugin configuration
export interface TableOptions<
D extends Record<string, unknown>,
> extends UseExpandedOptions<D>,
export interface TableOptions<D extends Record<string, unknown>>
extends UseExpandedOptions<D>,
UseFiltersOptions<D>,
UseGlobalFiltersOptions<D>,
UseGroupByOptions<D>,