mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 21:40:32 +03:00
9 lines
235 B
TypeScript
9 lines
235 B
TypeScript
import { InterpolationFunction, Styles, ThemeProps } from 'styled-components';
|
|
|
|
import { css, StyledComponentClass } from '../styled-components';
|
|
|
|
export const deprecatedCss = css`
|
|
text-decoration: line-through;
|
|
color: #bdccd3;
|
|
`;
|