UNPKG

@heroui/card

Version:

Card is a container for text, photos, and actions in the context of a single subject.

14 lines (11 loc) 396 B
import * as react from 'react'; import { ContextType } from './use-card.mjs'; import '@heroui/system'; import '@react-types/shared'; import '@heroui/theme'; import '@heroui/ripple'; import '@react-aria/interactions'; import '@heroui/react-utils'; declare const CardProvider: react.Provider<ContextType>; declare const useCardContext: () => ContextType; export { CardProvider, useCardContext };