UNPKG

227 BTypeScriptView Raw
1import type { Theme } from '../styles';
2declare const getTextDecoration: <T extends Theme>({ theme, ownerState, }: {
3 theme: T;
4 ownerState: {
5 color: string;
6 };
7}) => string;
8export default getTextDecoration;