UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

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