docs: update events reference (#7321)
* change subscribers events * add event references for modules
This commit is contained in:
@@ -10,7 +10,8 @@ const Root = ({ className, ...props }: RootProps) => {
|
||||
className={clsx(
|
||||
className,
|
||||
"table-fixed mb-docs_1",
|
||||
"[&_pre_span]:!max-w-full [&_pre_span]:!break-words [&_pre_span]:!whitespace-break-spaces"
|
||||
"[&_pre_span]:!max-w-full [&_pre_span]:!break-words [&_pre_span]:!whitespace-break-spaces",
|
||||
"[&_pre>div]:mt-docs_1"
|
||||
)}
|
||||
{...props}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user