UNPKG

@appbuckets/react-ui

Version:
6 lines (5 loc) 250 B
import { AnyObject, Subtract } from '../generic'; import { StrictFieldProps } from '../Field'; export default function splitFieldProps<P extends StrictFieldProps & AnyObject>( props: P ): readonly [StrictFieldProps, Subtract<P, StrictFieldProps>];