Sign in
apache
/
doris-website
/
refs/heads/refine_query_data
/
.
/
src
/
theme
/
Layout
/
index.interface.ts
blob: 9f949a51ca9a477a8d097a978d8358312d26a896 [
file
] [
log
] [
blame
]
import
{
Props
}
from
'@theme/Layout'
;
export
interface
LayoutProps
extends
Props
{
isPage
?:
boolean
;
transparent
?:
boolean
;
}