UNPKG

@starter-ui/core

Version:

This is a UI Components built with the utility classes from Tailwind CSS.

6 lines (5 loc) 208 B
import { PropsWithChildren } from 'react'; declare const Content: ({ className, children }: PropsWithChildren<{ className?: string; }>) => import("react/jsx-runtime").JSX.Element; export default Content;