Files
react-test/docs/data/system/getting-started/the-sx-prop/PassingSxProp.tsx.preview

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

8 lines
120 B
Plaintext
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
<ListHeader
sx={(theme) => ({
color: 'info.main',
...theme.typography.overline,
})}
>
Header
</ListHeader>