UNPKG

copper-ui

Version:

Modern React UI components library with TypeScript support, built on top of Ant Design

8 lines 281 B
type ExpandIconProps = { expanded: boolean; onClick: () => void; rowId: string; }; declare const ExpandIcon: ({ expanded, onClick, rowId }: ExpandIconProps) => import("react/jsx-runtime").JSX.Element; export default ExpandIcon; //# sourceMappingURL=expand-icon.d.ts.map