UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

6 lines (5 loc) 221 B
import type { MantineStyleProps } from '../style-props.types'; export declare function extractStyleProps<T extends Record<string, any>>(others: MantineStyleProps & T): { styleProps: MantineStyleProps; rest: T; };