Frontend API symbols
TapTabProps
The props the host renders a tab entry with, which carries nothing.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The props the host renders a tab entry with, which carries nothing.
type TapTabProps = Record<string, never>;
Was this page helpful?