mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-03-14 17:48:14 -04:00
Fix formatting
This commit is contained in:
parent
7745f8242b
commit
798db6cb21
@ -52,9 +52,8 @@ import {
|
|||||||
declare module "react-table" {
|
declare module "react-table" {
|
||||||
// take this file as-is, or comment out the sections that don't apply to your plugin configuration
|
// take this file as-is, or comment out the sections that don't apply to your plugin configuration
|
||||||
|
|
||||||
export interface TableOptions<
|
export interface TableOptions<D extends Record<string, unknown>>
|
||||||
D extends Record<string, unknown>,
|
extends UseExpandedOptions<D>,
|
||||||
> extends UseExpandedOptions<D>,
|
|
||||||
UseFiltersOptions<D>,
|
UseFiltersOptions<D>,
|
||||||
UseGlobalFiltersOptions<D>,
|
UseGlobalFiltersOptions<D>,
|
||||||
UseGroupByOptions<D>,
|
UseGroupByOptions<D>,
|
||||||
|
Loading…
Reference in New Issue
Block a user