UNPKG

@uimkit/uikit-react

Version:

<img style="width:64px" src="https://mgmt.uimkit.chat/media/img/avatar.png"/>

14 lines (11 loc) 486 B
import { Moment } from '../../types/models.js'; import { UIMomentContextProps } from './UIMomentContext.js'; import { MomentContextValue } from './hooks/MomentContext.js'; type UIMomentProps = { moment: Moment; Moment?: React.ComponentType<MomentUIComponentProps>; MomentContext?: React.ComponentType<UIMomentContextProps>; }; type MomentUIComponentProps = Partial<MomentContextValue>; export { MomentUIComponentProps, UIMomentProps }; //# sourceMappingURL=types.d.ts.map