UNPKG

shineout

Version:

Shein 前端组件库

5 lines (4 loc) 296 B
import React from 'react'; import { CardContextValueType, GetCardConsumerProps } from './Props'; export declare const Provider: React.Provider<CardContextValueType>; export declare const consumer: <U extends {}>(Origin: React.ComponentType<U>) => (props: GetCardConsumerProps<U>) => JSX.Element;