UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

13 lines (12 loc) 309 B
interface IsMarkFilled { mark: { value: number; label?: any; }; offset?: number; value: number; inverted?: boolean; startPointValue?: number; } export declare function isMarkFilled({ mark, offset, value, inverted, startPointValue, }: IsMarkFilled): boolean; export {};