@chakra-ui/card
Version:
React component used to group related content
8 lines (5 loc) • 327 B
TypeScript
import * as react from 'react';
import * as _chakra_ui_system from '@chakra-ui/system';
declare const CardStylesProvider: react.Provider<Record<string, _chakra_ui_system.SystemStyleObject>>;
declare const useCardStyles: () => Record<string, _chakra_ui_system.SystemStyleObject>;
export { CardStylesProvider, useCardStyles };