UNPKG

@ntragas/pouncejstest

Version:

A collection of UI components from Panther labs

5 lines (4 loc) 313 B
import React from 'react'; import { SystemProps } from './system'; export declare type NativeAttributes<El extends React.ElementType> = Omit<React.ComponentPropsWithRef<El>, keyof SystemProps>; export declare type PounceComponentProps<Element extends React.ElementType> = NativeAttributes<Element> & SystemProps;