@uimkit/uikit-react
Version:
<img style="width:64px" src="https://mgmt.uimkit.chat/media/img/avatar.png"/>
12 lines (9 loc) • 348 B
TypeScript
import React__default from 'react';
import { Moment } from '../../../types/models.js';
import { UIMomentContextProps } from '../UIMomentContext.js';
type MomentContextValue = {
moment: Moment;
VideoElement?: React__default.ComponentType<UIMomentContextProps>;
};
export { MomentContextValue };
//# sourceMappingURL=MomentContext.d.ts.map