UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

8 lines (7 loc) 252 B
export declare function getInputOffsets(inputWrapperOrder: ('label' | 'input' | 'description' | 'error')[], { hasDescription, hasError }: { hasDescription: boolean; hasError: boolean; }): { offsetBottom: boolean; offsetTop: boolean; };