UNPKG

@pomegranate-ui/maracuya-ui

Version:

Maracuya is a design system built with React, Typescript & emotion

8 lines (7 loc) 295 B
/** @jsx jsx */ import React from 'react'; import { ICoreBase } from '../../../core'; export interface Icardactions extends ICoreBase { readonly justify?: string; } export declare const CardActions: React.ForwardRefExoticComponent<Icardactions & React.RefAttributes<HTMLDivElement>>;