UNPKG

nice-ui

Version:

React design system, components, and utilities

8 lines (7 loc) 188 B
import * as React from 'react'; export interface Props { title: React.ReactNode; children: React.ReactNode; } declare const InlineCard: React.FC<Props>; export default InlineCard;