mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-19 01:28:38 +02:00
test: improve test coverage; reorder theme-common files (#6956)
* test: improve test coverage; reorder theme-common files * no need for this
This commit is contained in:
parent
0a5354dc32
commit
948271a0ff
38 changed files with 555 additions and 317 deletions
|
@ -34,7 +34,7 @@ export type DetailsProps = {
|
|||
summary?: ReactElement;
|
||||
} & ComponentProps<'details'>;
|
||||
|
||||
export default function Details({
|
||||
export function Details({
|
||||
summary,
|
||||
children,
|
||||
...props
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue