mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(site): add util reference pipeline (#537)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
c11395ece1
commit
78112fbefd
@@ -7,7 +7,7 @@ import Tbody from '@/components/typography/Tbody.astro';
|
||||
import Th from '@/components/typography/Th.astro';
|
||||
import Thead from '@/components/typography/Thead.astro';
|
||||
import Tr from '@/components/typography/Tr.astro';
|
||||
import type { StateDef } from '@/types/api-reference';
|
||||
import type { StateDef } from '@/types/component-reference';
|
||||
import StateRow from './StateRow.astro';
|
||||
|
||||
interface Props {
|
||||
@@ -34,7 +34,7 @@ const stateEntries = Object.entries(state);
|
||||
<StateRow
|
||||
name={name}
|
||||
type={def.type}
|
||||
shortType={def.shortType}
|
||||
detailedType={def.detailedType}
|
||||
description={def.description}
|
||||
componentName={componentName}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user