UNPKG

@clubmed/trident-ui

Version:

Shared ClubMed React UI components

9 lines (8 loc) 224 B
import { Theme } from './types/Theme'; export declare const getTheme: (theme: Theme) => { thStart: string; thEnd: string; } | { readonly thStart: "text-middleGrey"; readonly thEnd: "text-black font-bold"; };