mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
11 lines
108 B
Plaintext
11 lines
108 B
Plaintext
---
|
|
|
|
import H6 from './H6.astro';
|
|
|
|
const props = Astro.props;
|
|
---
|
|
|
|
<H6 as="h4" {...props}>
|
|
<slot />
|
|
</H6>
|