Sign in
chromium
/
devtools
/
devtools-frontend
/
b0fe9c160b76ac24929bb4d7b932a279389c20c2
/
.
/
node_modules
/
table
/
dist
/
src
/
getBorderCharacters.d.ts
blob: 334489bcfe008ba86ac60d8d4a928b1552fb92a1 [
file
] [
log
] [
blame
]
import
type
{
BorderConfig
}
from
'./types/api'
;
export
declare
const
getBorderCharacters
:
(
name
:
string
)
=>
BorderConfig
;