UNPKG

baseui

Version:

A React Component library implementing the Base design language

3 lines (2 loc) 204 B
import type { InputProps, BaseInputProps, InternalState, SharedProps } from './types'; export declare function getSharedProps<T>(props: BaseInputProps<T> | InputProps, state: InternalState): SharedProps;