UNPKG

@hyperlane-xyz/widgets

Version:

Common react components for Hyperlane projects

10 lines 323 B
import React from 'react'; interface Props { className?: string; timestamp: number | null; onChange: (t: number | null) => void; name?: string; } export declare function DatetimeField({ className, timestamp, onChange, name }: Props): React.JSX.Element; export {}; //# sourceMappingURL=DatetimeField.d.ts.map