UNPKG

@totalsoft/rocket-ui

Version:

A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.

5 lines (4 loc) 155 B
import React from 'react'; import { CardActionsProps } from '../types'; declare const CardActions: React.FC<CardActionsProps>; export default CardActions;