Sign in
chromium
/
devtools
/
devtools-frontend
/
refs/heads/chromium/5259
/
.
/
node_modules
/
table
/
dist
/
src
/
table.d.ts
blob: db1b397073ca4c1091395cf95366b7d2f69eeab9 [
file
] [
log
] [
blame
] [
edit
]
import
type
{
TableUserConfig
}
from
'./types/api'
;
export
declare
const
table
:
(
data
:
unknown
[][],
userConfig
?:
TableUserConfig
)
=>
string
;