mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
chore: strict eslint check (#1084)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { PropsWithChildren, Children, ReactNode, HTMLAttributes } from 'react';
|
||||
import { Children, HTMLAttributes, PropsWithChildren, ReactNode } from 'react';
|
||||
|
||||
import { StyledTable } from './styles';
|
||||
|
||||
const childrenHasEllipsis = (children: ReactNode | ReactNode[]): boolean => {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { HTMLAttributes, PropsWithChildren } from 'react';
|
||||
|
||||
import { StyledTableBody } from './styles';
|
||||
|
||||
export const TableBody = ({
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { HTMLAttributes, PropsWithChildren } from 'react';
|
||||
|
||||
import { TableCellProps } from './interface';
|
||||
import { StyledTableCell } from './styles';
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { HTMLAttributes, PropsWithChildren } from 'react';
|
||||
|
||||
import { StyledTableHead } from './styles';
|
||||
|
||||
export const TableHead = ({
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { HTMLAttributes, PropsWithChildren } from 'react';
|
||||
|
||||
import { StyledTableRow } from './styles';
|
||||
|
||||
export const TableRow = ({
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
//
|
||||
|
||||
export * from './Table';
|
||||
export * from './TableRow';
|
||||
export * from './TableHead';
|
||||
export * from './TableCell';
|
||||
export * from './TableBody';
|
||||
export * from './TableCell';
|
||||
export * from './TableHead';
|
||||
export * from './TableRow';
|
||||
|
||||
Reference in New Issue
Block a user