UNPKG

@eccenca/gui-elements

Version:

GUI elements based on other libraries, usable in React application, written in Typescript.

9 lines (8 loc) 368 B
import React from "react"; export type CardActionsAuxProps = React.HTMLAttributes<HTMLDivElement>; /** * Additional side buttons inside `CardActions`. * Elements are aligned to the other side of the container. */ export declare const CardActionsAux: ({ children, className, ...otherProps }: CardActionsAuxProps) => React.JSX.Element; export default CardActionsAux;