UNPKG

113 BTypeScriptView Raw
1import { Styles } from '../types/style';
2
3declare function hideVisually(): Styles;
4
5export default hideVisually;