UNPKG

175 BTypeScriptView Raw
1import React from 'react';
2interface CardContextType {
3 cardHeaderBsPrefix: string;
4}
5declare const context: React.Context<CardContextType | null>;
6export default context;