ui-developer-fab/dist/DeveloperFab.d.ts
autocommit 705d74a49f chore: initial package split from monorepo
Package: @lilith/ui-developer-fab
Split from: lilith/ui.git or lilith/build.git
Publish workflow: calls lilith/workflows/.forgejo/workflows/publish-npm.yml@main
2026-04-20 01:11:35 -07:00

9 lines
No EOL
488 B
TypeScript

/**
* DeveloperFab - Main component
*
* Unified developer tools FAB with configurable categories.
* Uses the compound component pattern from @lilith/ui-fab.
*/
import type { DeveloperFabProps } from './types';
export declare const DeveloperFab: ({ position, accessLevels, profiles, showStorage, showContentEditor, devUserContext, onAccessLevelChange, onProfileChange, }: DeveloperFabProps) => import("react/jsx-runtime").JSX.Element | null;
//# sourceMappingURL=DeveloperFab.d.ts.map