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
9 lines
No EOL
488 B
TypeScript
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
|