victory-core
Version:
11 lines • 456 B
TypeScript
import React from "react";
export interface VictoryAccessibleGroupProps {
desc?: string;
"aria-describedby"?: string;
"aria-label"?: string;
children?: React.ReactElement | React.ReactElement[];
className?: string;
tabIndex?: number;
}
export declare const VictoryAccessibleGroup: ({ desc, children, tabIndex, className, ...props }: VictoryAccessibleGroupProps) => JSX.Element;
//# sourceMappingURL=victory-accessible-group.d.ts.map