SYMBOL INDEX (244 symbols across 138 files) FILE: apps/docs/src/app/(docs)/[...slug]/page.tsx type PageProps (line 7) | type PageProps = { function generateStaticParams (line 22) | async function generateStaticParams() { function PageLayout (line 27) | async function PageLayout(props: PageProps) { FILE: apps/docs/src/app/(docs)/layout.tsx function DocLayout (line 21) | function DocLayout({ children }: { children: React.ReactNode }) { FILE: apps/docs/src/app/layout.tsx function RootLayout (line 16) | function RootLayout({ FILE: apps/docs/src/app/page.tsx function Page (line 14) | function Page() { FILE: apps/docs/src/app/template.tsx function Template (line 10) | function Template({ children }: { children: React.ReactNode }) { FILE: apps/docs/src/components/App.tsx function App (line 4) | function App({ children }: { children: React.ReactNode }) { FILE: apps/docs/src/components/AppDrawer.tsx function AppDrawer (line 14) | function AppDrawer() { FILE: apps/docs/src/components/Aside.tsx type AsideProps (line 188) | interface AsideProps extends React.ComponentProps<'aside'> { function Aside (line 192) | function Aside({ open, className }: AsideProps) { FILE: apps/docs/src/components/DocPreview.tsx type CodePreviewProps (line 9) | type CodePreviewProps = { FILE: apps/docs/src/components/DocTabs.tsx type ActifyTabsProps (line 8) | interface ActifyTabsProps extends React.ComponentProps<'html'> { type TypeTab (line 14) | type TypeTab = { label: string; icon: string; content: string } type IconProps (line 16) | type IconProps = { FILE: apps/docs/src/components/DocUsage.tsx type DocUsageProps (line 11) | interface DocUsageProps { FILE: apps/docs/src/components/Dropdown.tsx type DropdownProps (line 6) | interface DropdownProps extends React.ComponentProps<'div'> { FILE: apps/docs/src/components/EditOnGitHub.tsx type EditOnGitHubProps (line 3) | type EditOnGitHubProps = { FILE: apps/docs/src/components/Markdown.tsx type MarkdownProps (line 13) | interface MarkdownProps extends React.ComponentProps<'div'> { function Markdown (line 24) | function Markdown({ docs, usage }: MarkdownProps) { FILE: apps/docs/src/components/NavLink.tsx type NavLinkProps (line 6) | interface NavLinkProps { function NavLink (line 12) | function NavLink({ FILE: apps/docs/src/components/OpenInCodeSandbox.tsx type OpenInCodeSandboxProps (line 7) | interface OpenInCodeSandboxProps extends React.ComponentProps<'form'> { FILE: apps/docs/src/components/OpenInStackblitz.tsx type OpenInStackblitzProps (line 6) | interface OpenInStackblitzProps extends React.ComponentProps<'form'> { FILE: apps/docs/src/components/Search.tsx type DocSearchProps (line 12) | type DocSearchProps = { FILE: apps/docs/src/components/SyntaxHighlighter.tsx type Langs (line 13) | type Langs = (typeof langs)[number] FILE: apps/docs/src/components/TableOfContents.tsx type TocProps (line 23) | type TocProps = { FILE: apps/docs/src/lib/doc.ts function getFiles (line 7) | function getFiles(dir: string, files: string[] = []) { function getAllDocSlugs (line 20) | function getAllDocSlugs() { function getDocData (line 29) | function getDocData(slugs: string[]) { FILE: apps/docs/src/lib/raw.ts function getFileRaw (line 3) | async function getFileRaw(filepath: string) { FILE: apps/docs/src/usages/focus-ring.tsx function FocusRingInput (line 5) | function FocusRingInput({ inward }: { inward?: boolean }) { FILE: apps/docs/src/usages/table.tsx type StarWarsChar (line 11) | interface StarWarsChar { method load (line 19) | async load({ signal }) { method sort (line 28) | async sort({ items, sortDescriptor }) { FILE: apps/docs/src/utils/apply-theme-string.ts type WithStylesheet (line 1) | type WithStylesheet = typeof globalThis & { function applyThemeString (line 20) | function applyThemeString( FILE: apps/docs/src/utils/cn.ts function cn (line 4) | function cn(...inputs: ClassValue[]) { FILE: apps/docs/src/utils/material-color-helpers.ts type Theme (line 11) | interface Theme { function hctFromHex (line 64) | function hctFromHex(value: string) { function hexFromHct (line 77) | function hexFromHct(hue: number, chroma: number, tone: number) { function themeFromSourceColor (line 93) | function themeFromSourceColor(color: string, isDark: boolean): Theme { function applyMaterialTheme (line 114) | function applyMaterialTheme( FILE: apps/docs/src/utils/theme.ts type ColorMode (line 7) | type ColorMode = 'light' | 'dark' | 'system' function applyThemeFromColor (line 17) | function applyThemeFromColor(color: string, isDark: boolean) { function isModeDark (line 32) | function isModeDark(mode: ColorMode, saveAutoMode = true) { function getCurrentThemeString (line 54) | function getCurrentThemeString(): string | null { function getCurrentMode (line 63) | function getCurrentMode(): ColorMode | null { function saveColorMode (line 72) | function saveColorMode(mode: ColorMode) { function getCurrentSeedColor (line 81) | function getCurrentSeedColor(): string | null { function saveSeedColor (line 90) | function saveSeedColor(color: string) { function getLastSavedAutoColorMode (line 99) | function getLastSavedAutoColorMode() { function saveLastSavedAutoColorMode (line 109) | function saveLastSavedAutoColorMode(mode: 'light' | 'dark') { function changeColor (line 118) | function changeColor(color: string) { function changeColorMode (line 131) | function changeColorMode(mode: ColorMode) { function changeColorAndMode (line 146) | function changeColorAndMode(color: string, mode: ColorMode) { FILE: packages/actify/rollup.config.mjs method onwarn (line 69) | onwarn(warning, warn) { FILE: packages/actify/src/animations/index.ts constant STANDARD (line 1) | const STANDARD = [0.2, 0, 0, 1] as const constant STANDARD_ACCELERATE (line 2) | const STANDARD_ACCELERATE = [0.3, 0, 1, 1] as const constant STANDARD_DECELERATE (line 3) | const STANDARD_DECELERATE = [0, 0, 0, 1] as const constant EMPHASIZED (line 4) | const EMPHASIZED = [0.3, 0, 0, 1] as const constant EMPHASIZED_ACCELERATE (line 5) | const EMPHASIZED_ACCELERATE = [0.3, 0, 0.8, 0.15] as const constant EMPHASIZED_DECELERATE (line 6) | const EMPHASIZED_DECELERATE = [0.05, 0.7, 0.1, 1] as const constant EASING (line 8) | const EASING = { FILE: packages/actify/src/components/Accordion/Accordion.tsx type AccordionRootProps (line 15) | interface AccordionRootProps extends AccordionProps, ComponentProps<'div... FILE: packages/actify/src/components/Accordion/AccordionContent.tsx type AccordionContentProps (line 11) | interface AccordionContentProps FILE: packages/actify/src/components/Accordion/AccordionContext.tsx type AccordionProps (line 5) | type AccordionProps = { type AccordionProviderProps (line 13) | interface AccordionProviderProps FILE: packages/actify/src/components/Accordion/AccordionHeader.tsx type AccordionHeaderProps (line 12) | interface AccordionHeaderProps FILE: packages/actify/src/components/Accordion/AccordionItem.tsx type AccordionItemProps (line 8) | interface AccordionItemProps extends React.ComponentProps<'div'> { FILE: packages/actify/src/components/ActionMenu/ActionMenu.tsx type MenuButtonProps (line 10) | interface MenuButtonProps FILE: packages/actify/src/components/ActionMenu/Menu.tsx type MenuProps (line 10) | interface MenuProps extends AriaMenuProps { FILE: packages/actify/src/components/ActionMenu/MenuItem.tsx type MenuItemProps (line 11) | interface MenuItemProps { FILE: packages/actify/src/components/ActionMenu/MenuItems.tsx type MenuSectionProps (line 8) | interface MenuSectionProps { FILE: packages/actify/src/components/Autocomplete/Autocomplete.tsx type AutocompleteProps (line 12) | interface AutocompleteProps FILE: packages/actify/src/components/Avatar/Avatar.tsx type AvatarProps (line 3) | interface AvatarProps extends React.ComponentProps<'img'> {} FILE: packages/actify/src/components/Badges/Badges.tsx type BadgeProps (line 8) | interface BadgeProps extends React.ComponentProps<'div'> { FILE: packages/actify/src/components/BeforeAfter/BeforeAfter.tsx type BeforeAfterProps (line 7) | interface BeforeAfterProps extends React.ComponentProps<'div'> { FILE: packages/actify/src/components/BottomAppBar/BottomAppBar.tsx type BottomAppBarProps (line 6) | interface BottomAppBarProps extends React.ComponentProps<'div'> {} FILE: packages/actify/src/components/BottomAppBar/BottomAppBarFab.tsx type BottomAppBarFabProps (line 5) | interface BottomAppBarFabProps extends React.ComponentProps<'div'> {} FILE: packages/actify/src/components/BottomAppBar/BottomAppBarIcons.tsx type BottomAppBarIconsProps (line 5) | interface BottomAppBarIconsProps extends React.ComponentProps<'div'> {} FILE: packages/actify/src/components/BottomSheets/BottomSheetsActivator.tsx type BottomSheetsActivatorProps (line 7) | interface BottomSheetsActivatorProps FILE: packages/actify/src/components/BottomSheets/BottomSheetsContext.tsx type BottomSheetsProps (line 7) | interface BottomSheetsProps { type BottomSheetsProviderProps (line 17) | interface BottomSheetsProviderProps function useBottomSheets (line 38) | function useBottomSheets() { FILE: packages/actify/src/components/Buttons/Button.tsx type ButtonProps (line 18) | interface ButtonProps extends AriaButtonProps { FILE: packages/actify/src/components/Buttons/Fab.tsx type FabProps (line 17) | type FabProps = { FILE: packages/actify/src/components/Buttons/IconButton.tsx type IconButtonProps (line 15) | interface IconButtonProps extends AriaButtonProps { FILE: packages/actify/src/components/Buttons/LinkButton.tsx type LinkButtonProps (line 15) | interface LinkButtonProps extends AriaButtonProps, StyleProps { FILE: packages/actify/src/components/Cards/Card.tsx type CardProps (line 9) | interface CardProps extends React.ComponentProps<'div'> { FILE: packages/actify/src/components/Carousel/Carousel.tsx type CarouselProps (line 11) | interface CarouselProps extends React.ComponentProps<'div'> { FILE: packages/actify/src/components/Carousel/CarouselContext.tsx type CarouselProps (line 5) | interface CarouselProps { type CarouselProviderProps (line 23) | interface CarouselProviderProps function useCarousel (line 68) | function useCarousel() { FILE: packages/actify/src/components/Carousel/CarouselControl.tsx type CarouselControlProps (line 12) | type CarouselControlProps = { FILE: packages/actify/src/components/Checkbox/Checkbox.tsx type CheckboxProps (line 22) | interface CheckboxProps extends AriaCheckboxProps, StyleProps { FILE: packages/actify/src/components/Checkbox/CheckboxGroup.tsx type Props (line 12) | interface Props extends AriaCheckboxGroupProps, StyleProps { FILE: packages/actify/src/components/Chips/Chip.tsx type ChipProps (line 12) | interface ChipProps extends AriaTagProps { FILE: packages/actify/src/components/CircularProgress/CircularProgress.tsx type CircularProgressProp (line 12) | interface CircularProgressProp extends AriaProgressBarProps, StyleProps { FILE: packages/actify/src/components/Dialogs/Dialog.tsx type DialogProps (line 5) | interface DialogProps extends AriaDialogProps { FILE: packages/actify/src/components/Dialogs/DialogActivator.tsx type DialogActivatorProps (line 8) | interface DialogActivatorProps extends OverlayTriggerProps { FILE: packages/actify/src/components/Dialogs/animation.ts type DialogAnimationArgs (line 3) | type DialogAnimationArgs = Parameters type DialogAnimation (line 5) | interface DialogAnimation { constant DIALOG_DEFAULT_OPEN_ANIMATION (line 35) | const DIALOG_DEFAULT_OPEN_ANIMATION: DialogAnimation = { constant DIALOG_DEFAULT_CLOSE_ANIMATION (line 91) | const DIALOG_DEFAULT_CLOSE_ANIMATION: DialogAnimation = { FILE: packages/actify/src/components/Divider/Divider.tsx type DividerProps (line 8) | interface DividerProps extends SeparatorProps, StyleProps { FILE: packages/actify/src/components/Elevation/Elevation.tsx type ElevationProps (line 7) | interface ElevationProps FILE: packages/actify/src/components/Field/Field.tsx type FieldProps (line 8) | interface FieldProps extends SupportingTextProps { FILE: packages/actify/src/components/Field/FilledField.tsx type FilledFieldProps (line 6) | interface FilledFieldProps extends FieldProps, React.ComponentProps<'div... FILE: packages/actify/src/components/Field/OutlinedField.tsx type OutlinedFieldProps (line 6) | interface OutlinedFieldProps FILE: packages/actify/src/components/Field/SupportingText.tsx type SupportingTextProps (line 4) | interface SupportingTextProps { FILE: packages/actify/src/components/FocusRing/FocusRing.tsx type FocusRingProps (line 5) | type FocusRingProps = { FILE: packages/actify/src/components/Icon/Icon.tsx type IconProps (line 5) | interface IconProps extends React.ComponentProps<'span'> { FILE: packages/actify/src/components/Item/Item.tsx type ItemProps (line 4) | interface ItemProps extends React.ComponentProps<'div'> { FILE: packages/actify/src/components/Label/Label.tsx type LabelProps (line 6) | interface LabelProps extends LabelAriaProps, React.ComponentProps<'label... FILE: packages/actify/src/components/LinearProgress/LinearProgress.tsx type LinearProgressProps (line 10) | interface LinearProgressProps extends AriaProgressBarProps, StyleProps { FILE: packages/actify/src/components/ListBox/ListBox.tsx type ListBoxProps (line 8) | interface ListBoxProps extends AriaListBoxOptions { FILE: packages/actify/src/components/ListBox/ListBoxOption.tsx type OptionProps (line 16) | interface OptionProps extends AriaOptionProps, AriaFocusRingProps { FILE: packages/actify/src/components/Lists/List.tsx type ListProps (line 10) | interface ListProps extends React.ComponentProps<'ul'> { FILE: packages/actify/src/components/Lists/ListGroup.tsx type ListItemProps (line 17) | interface ListItemProps extends React.ComponentProps<'li'> { FILE: packages/actify/src/components/Lists/ListItem.tsx type ListItemProps (line 11) | interface ListItemProps extends React.ComponentProps<'li'> { FILE: packages/actify/src/components/Menus/MenuButton.tsx type MenuButtonProps (line 10) | interface MenuButtonProps FILE: packages/actify/src/components/Menus/MenuPopover.tsx type PopoverProps (line 15) | interface PopoverProps extends Omit { FILE: packages/actify/src/components/Modal/Modal.tsx type ModalProps (line 7) | interface ModalProps extends AriaModalOverlayProps { function Modal (line 11) | function Modal({ state, children, ...props }: ModalProps) { FILE: packages/actify/src/components/NavigationBar/NavigationBar.tsx type NavigationBarProps (line 8) | interface NavigationBarProps extends React.ComponentProps<'div'> {} FILE: packages/actify/src/components/NavigationDrawer/DrawerActivator.tsx type DrawerActivatorProps (line 7) | interface DrawerActivatorProps extends React.ComponentProps<'div'> { FILE: packages/actify/src/components/NavigationDrawer/DrawerContent.tsx type DrawerContentProps (line 11) | interface DrawerContentProps extends React.ComponentProps<'div'> {} FILE: packages/actify/src/components/NavigationDrawer/DrawerContext.tsx type Placement (line 7) | type Placement = 'left' | 'right' | 'top' | 'bottom' type DrawerProps (line 9) | interface DrawerProps { type DrawerProviderProps (line 18) | interface DrawerProviderProps function useDrawer (line 39) | function useDrawer() { FILE: packages/actify/src/components/NavigationDrawer/NavigationDrawer.tsx type NavigationDrawerProps (line 7) | interface NavigationDrawerProps extends DrawerProviderProps { FILE: packages/actify/src/components/NavigationRail/NavigationRail.tsx type Item (line 11) | interface Item extends React.ComponentProps<'button'> { type NavigationRailProps (line 18) | interface NavigationRailProps extends React.ComponentProps<'div'> { FILE: packages/actify/src/components/Pagination/Pagination.tsx type PaginationProps (line 12) | interface PaginationProps extends React.ComponentProps<'nav'> { FILE: packages/actify/src/components/Popover/Popover.tsx type PopoverRenderProps (line 22) | interface PopoverRenderProps { type PopoverProps (line 45) | interface PopoverProps FILE: packages/actify/src/components/PopoverMenu/PopoverMenu.tsx type PopoverMenuContextProps (line 11) | interface PopoverMenuContextProps { type PopoverMenuRef (line 18) | interface PopoverMenuRef { type PopoverMenuProps (line 24) | interface PopoverMenuProps extends Omit, 're... FILE: packages/actify/src/components/PopoverMenu/PopoverMenuItem.tsx type PopoverMenuItemProps (line 9) | interface PopoverMenuItemProps extends Omit {} FILE: packages/actify/src/components/Radio/Radio.tsx type RadioProps (line 13) | interface RadioProps extends AriaRadioProps, StyleProps { FILE: packages/actify/src/components/Radio/RadioGroup.tsx type RadioGroupProps (line 12) | interface RadioGroupProps extends AriaRadioGroupProps, StyleProps { FILE: packages/actify/src/components/Ripple/Ripple.tsx constant TOUCH_DELAY_MS (line 10) | const TOUCH_DELAY_MS = 150 constant PRESS_GROW_MS (line 11) | const PRESS_GROW_MS = 450 constant MINIMUM_PRESS_MS (line 12) | const MINIMUM_PRESS_MS = 225 constant INITIAL_ORIGIN_SCALE (line 13) | const INITIAL_ORIGIN_SCALE = 0.2 constant PADDING (line 14) | const PADDING = 10 constant SOFT_EDGE_MINIMUM_SIZE (line 15) | const SOFT_EDGE_MINIMUM_SIZE = 75 constant SOFT_EDGE_CONTAINER_RATIO (line 16) | const SOFT_EDGE_CONTAINER_RATIO = 0.35 constant PRESS_PSEUDO (line 17) | const PRESS_PSEUDO = '::after' constant ANIMATION_FILL (line 18) | const ANIMATION_FILL = 'forwards' type State (line 20) | enum State { constant EVENTS (line 55) | const EVENTS = [ type RippleProps (line 66) | interface RippleProps extends React.ComponentProps<'label'> { FILE: packages/actify/src/components/SegmentedButton/SegmentedButton.tsx type SegmentedButtonProps (line 16) | type SegmentedButtonProps = { FILE: packages/actify/src/components/SegmentedButton/SegmentedButtonSet.tsx type SegmentedButtonSetProps (line 3) | interface SegmentedButtonSetProps extends React.ComponentProps<'div'> {} FILE: packages/actify/src/components/Select/FilledField.tsx type OutlinedFieldProps (line 15) | type OutlinedFieldProps = React.ComponentProps<'button'> & AriaButtonProps FILE: packages/actify/src/components/Select/OutlinedField.tsx type OutlinedFieldProps (line 15) | type OutlinedFieldProps = React.ComponentProps<'button'> & AriaButtonProps FILE: packages/actify/src/components/Select/Select.tsx type SelectProps (line 15) | interface SelectProps extends AriaSelectOptions, SelectStateOption... FILE: packages/actify/src/components/SideSheets/SideSheets.tsx type SideSheetsProps (line 6) | type SideSheetsProps = Omit, 'onChange'> & { FILE: packages/actify/src/components/SideSheets/SideSheetsActivator.tsx type ActivatorProps (line 7) | interface ActivatorProps extends React.ComponentProps<'div'> { FILE: packages/actify/src/components/SideSheets/SideSheetsContent.tsx type ContentProps (line 11) | interface ContentProps extends React.ComponentProps<'div'> { FILE: packages/actify/src/components/SideSheets/SideSheetsContext.tsx type SideSheetsProps (line 7) | interface SideSheetsProps { type SideSheetsProviderProps (line 16) | interface SideSheetsProviderProps function useSideSheets (line 39) | function useSideSheets() { FILE: packages/actify/src/components/Sliders/Slider.tsx type SliderProps (line 10) | interface SliderProps extends AriaSliderProps { FILE: packages/actify/src/components/Sliders/Thumb.tsx type ThumbProps (line 17) | interface ThumbProps extends AriaSliderThumbProps { FILE: packages/actify/src/components/Slot/Slot.tsx type SlotProps (line 9) | interface SlotProps extends React.ComponentProps<'div'> { type SlotCloneProps (line 60) | interface SlotCloneProps extends React.ComponentPropsWithoutRef<'div'> { type AnyProps (line 94) | type AnyProps = Record function isSlottable (line 96) | function isSlottable(child: React.ReactNode): child is React.ReactElement { function mergeProps (line 100) | function mergeProps(slotProps: AnyProps, childProps: AnyProps) { FILE: packages/actify/src/components/Snackbar/Toast.tsx type ToastProps (line 10) | interface ToastProps extends AriaToastProps { FILE: packages/actify/src/components/Snackbar/ToastProvider.tsx type ToastProviderProps (line 6) | interface ToastProviderProps { FILE: packages/actify/src/components/Snackbar/ToastRegion.tsx type ToastRegionProps (line 8) | interface ToastRegionProps extends AriaToastRegionProps { FILE: packages/actify/src/components/Swiper/Swiper.tsx type SwiperProps (line 11) | interface SwiperProps extends React.ComponentProps<'div'> { FILE: packages/actify/src/components/Switch/Switch.tsx type SwitchProps (line 20) | interface SwitchProps extends AriaCheckboxProps, StyleProps { FILE: packages/actify/src/components/Table/Table.tsx type TableComponentProps (line 18) | interface TableComponentProps extends AriaTableProps, TableProps { FILE: packages/actify/src/components/Table/TableCell.tsx type TableCellProps (line 14) | interface TableCellProps extends AriaTableCellProps { FILE: packages/actify/src/components/Table/TableCheckboxCell.tsx type TableCheckboxCellProps (line 12) | interface TableCheckboxCellProps extends AriaTableCellProps { FILE: packages/actify/src/components/Table/TableColumnHeader.tsx type TableColumnHeaderProps (line 14) | interface TableColumnHeaderProps extends AriaTableCellProps { FILE: packages/actify/src/components/Table/TableHeaderRow.tsx type TableHeaderRowProps (line 6) | interface TableHeaderRowProps extends React.ComponentProps<'tr'> { FILE: packages/actify/src/components/Table/TableRow.tsx type TableRowProps (line 15) | interface TableRowProps extends GridRowProps { FILE: packages/actify/src/components/Table/TableRowGroup.tsx type TableRowGroupProps (line 4) | type TableRowGroupProps = { FILE: packages/actify/src/components/Table/TableSelectAllCell.tsx type TableSelectAllCellProps (line 12) | interface TableSelectAllCellProps extends AriaTableCellProps { FILE: packages/actify/src/components/Tabs/Tab.tsx type TabProps (line 9) | interface TabProps extends AriaTabProps { FILE: packages/actify/src/components/Tabs/TabPanel.tsx type TabPanelProps (line 9) | interface TabPanelProps extends AriaTabPanelProps, StyleProps { FILE: packages/actify/src/components/Tabs/Tabs.tsx type TabsProps (line 18) | interface TabsProps FILE: packages/actify/src/components/Terminal/Terminal.tsx type TerminalProps (line 9) | interface TerminalProps extends React.ComponentProps<'div'> { FILE: packages/actify/src/components/TextFields/TextField.tsx type TextFieldProps (line 9) | interface TextFieldProps extends AriaTextFieldProps, StyleProps { FILE: packages/actify/src/components/Tooltips/OverlayArrow.tsx type OverlayArrowContextValue (line 18) | interface OverlayArrowContextValue extends OverlayArrowProps { type OverlayArrowProps (line 28) | interface OverlayArrowProps type OverlayArrowRenderProps (line 35) | interface OverlayArrowRenderProps { function OverlayArrow (line 43) | function OverlayArrow({ FILE: packages/actify/src/components/Tooltips/Tooltip.tsx type TooltipRenderProps (line 29) | interface TooltipRenderProps { type TooltipProps (line 52) | interface TooltipProps FILE: packages/actify/src/components/Tooltips/TooltipGroup.tsx type TooltipGroupProps (line 16) | interface TooltipGroupProps { FILE: packages/actify/src/components/Tooltips/TooltipTrigger.tsx type TooltipTriggerComponentProps (line 16) | interface TooltipTriggerComponentProps extends TooltipTriggerProps { function TooltipTrigger (line 28) | function TooltipTrigger(props: TooltipTriggerComponentProps) { FILE: packages/actify/src/components/TopAppBar/TopAppBar.tsx type TopAppBarProps (line 9) | interface TopAppBarProps extends React.ComponentProps<'div'> { FILE: packages/actify/src/components/VisuallyHidden/VisuallyHidden.tsx type Props (line 6) | interface Props extends VisuallyHiddenProps { FILE: packages/actify/src/hooks/mergeRefs.tsx type PossibleRef (line 5) | type PossibleRef = React.Ref | null | undefined function setRef (line 7) | function setRef(ref: PossibleRef, value: T) { function mergeRefs (line 15) | function mergeRefs(...refs: PossibleRef[]) { function useMergedRefs (line 23) | function useMergedRefs(...refs: PossibleRef[]) { FILE: packages/actify/src/hooks/useControllable.ts type UseControllableProps (line 5) | type UseControllableProps = { FILE: packages/actify/src/hooks/useControllableState.ts function useCallbackRef (line 5) | function useCallbackRef any>( function useControllableProp (line 17) | function useControllableProp(prop: T | undefined, state: T) { type UseControllableStateProps (line 23) | interface UseControllableStateProps { function useControllableState (line 30) | function useControllableState(props: UseControllableStateProps) { FILE: packages/actify/src/hooks/useInputState.tsx type Value (line 5) | type Value = string | readonly string[] | number | undefined type useInputStateProps (line 7) | interface useInputStateProps { function useInputState (line 14) | function useInputState({ FILE: packages/actify/src/hooks/usePrevious.ts function usePrevious (line 3) | function usePrevious(value: T) { FILE: packages/actify/src/utils/utils.tsx constant DEFAULT_SLOT (line 30) | const DEFAULT_SLOT = Symbol('default') type SlottedValue (line 32) | interface SlottedValue { type SlottedContextValue (line 36) | type SlottedContextValue = SlottedValue | T | null | undefined type ContextValue (line 37) | type ContextValue = SlottedContextValue> type ProviderValue (line 39) | type ProviderValue = [Context, T] type ProviderValues (line 40) | type ProviderValues = type ProviderProps (line 116) | interface ProviderProps { function Provider (line 121) | function Provider({ type StyleProps (line 133) | interface StyleProps { type DOMProps (line 140) | interface DOMProps extends StyleProps, SharedDOMProps { type ScrollableProps (line 145) | interface ScrollableProps { type StyleRenderProps (line 150) | interface StyleRenderProps { type RenderProps (line 163) | interface RenderProps extends StyleRenderProps { type RenderPropsHookOptions (line 170) | interface RenderPropsHookOptions function useRenderProps (line 180) | function useRenderProps(props: RenderPropsHookOptions) { function composeRenderProps (line 240) | function composeRenderProps( type WithRef (line 249) | type WithRef = T & { ref?: RefObject } type SlotProps (line 251) | interface SlotProps { function useSlottedContext (line 259) | function useSlottedContext( function useContextProps (line 292) | function useContextProps( function useSlot (line 338) | function useSlot(): [RefCallback, boolean] { function useEnterAnimation (line 360) | function useEnterAnimation( function useExitAnimation (line 373) | function useExitAnimation( function useAnimation (line 406) | function useAnimation( function removeDataAttributes (line 454) | function removeDataAttributes(props: T): T { type RACValidation (line 468) | interface RACValidation { FILE: packages/create-actify/index.ts function init (line 13) | async function init() { function formatTargetDir (line 55) | function formatTargetDir(targetDir: string | undefined) {