UNPKG

@activecollab/components

Version:

ActiveCollab Components

22 lines 891 B
import { ReactElement } from "react"; export interface TaskOptionsMenuProps { /** Class on the TreeDots trigger (parent controls its hover visibility). */ targetClassName?: string; /** IconButton size of the trigger (omit for the default/regular size). */ size?: "small" | "big"; } export declare const TaskOptionsMenu: { ({ targetClassName, size, }: TaskOptionsMenuProps): ReactElement; displayName: string; }; export interface TaskListOptionsMenuProps { /** Class on the TreeDots trigger (parent controls its hover visibility). */ targetClassName?: string; /** IconButton size of the trigger (omit for the default/regular size). */ size?: "small" | "big"; } export declare const TaskListOptionsMenu: { ({ targetClassName, size, }: TaskListOptionsMenuProps): ReactElement; displayName: string; }; //# sourceMappingURL=TaskOptionsMenu.d.ts.map