Files
react-test/docs/data/joy/customization/theme-typography/NewTypographyLevel.tsx.preview

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
242 B
Plaintext
Raw Normal View History

2025-12-12 14:26:25 +09:00
<CssVarsProvider theme={customTheme}>
<div>
<Typography>
Press <Typography level="kbd">⌘</Typography> +{' '}
<Typography level="kbd">k</Typography> to search the documentation.
</Typography>
</div>
</CssVarsProvider>