UNPKG

@activecollab/components

Version:

ActiveCollab Components

10 lines 368 B
import React, { PropsWithChildren } from "react"; export interface CommandPaletteListProps { heading?: string; visible?: boolean; } export declare const CommandPaletteList: { ({ children, heading, visible, }: PropsWithChildren<CommandPaletteListProps>): React.JSX.Element | null; displayName: string; }; //# sourceMappingURL=CommandPaletteList.d.ts.map