UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

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