Files
flights_web_raw/node_modules/polished/lib/mixins/hideText.d.ts
T

6 lines
105 B
TypeScript

import { Styles } from '../types/style';
declare function hideText(): Styles;
export default hideText;