mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(site): resolve aliased part descriptions in api docs (#518)
This commit is contained in:
@@ -12,6 +12,7 @@ export interface ControlsGroupProps extends UIComponentProps<'div', GroupState>
|
||||
children?: ReactNode | undefined;
|
||||
}
|
||||
|
||||
/** Layout group for related controls; sets `role="group"` when labeled. */
|
||||
export const ControlsGroup = forwardRef(function ControlsGroup(
|
||||
componentProps: ControlsGroupProps,
|
||||
forwardedRef: ForwardedRef<HTMLDivElement>
|
||||
|
||||
@@ -13,6 +13,7 @@ export interface ControlsRootProps extends UIComponentProps<'div', ControlsCore.
|
||||
children?: ReactNode | undefined;
|
||||
}
|
||||
|
||||
/** Root container for player controls state and rendered control content. */
|
||||
export const ControlsRoot = forwardRef(function ControlsRoot(
|
||||
componentProps: ControlsRootProps,
|
||||
forwardedRef: ForwardedRef<HTMLDivElement>
|
||||
|
||||
Reference in New Issue
Block a user