UNPKG

123 BTypeScriptView Raw
1import { Styles } from '../types/style';
2
3declare function cover(offset?: number | string): Styles;
4
5export default cover;