GoScrobble/web/node_modules/react-bootstrap/esm/CardContext.d.ts

7 lines
175 B
TypeScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
import React from 'react';
interface CardContextType {
cardHeaderBsPrefix: string;
}
declare const context: React.Context<CardContextType | null>;
export default context;