Repository URL to install this package:
|
Version:
3.7.2 ▾
|
import { ExpiryDateState } from './ExpiryDateState'
import { InputProps, InputState } from '../../inputs'
export interface InputStateExpiryDateAttributes {
expiryDateState: ExpiryDateState
}
export type ExpiryDateInputState = InputState<InputStateExpiryDateAttributes>
export type ExpiryDatePluginProps = InputProps & { state: ExpiryDateInputState }