@hhgtech/hhg-components
Version:
Hello Health Group common components
23 lines (22 loc) • 680 B
TypeScript
import { VideoItemProps } from "../types";
type StylesParams = {
layout: VideoItemProps['layout'];
radius?: VideoItemProps['radius'];
};
declare const _default: (params: StylesParams, options?: import("@mantine/core").UseStylesOptions<string>) => {
classes: {
root: string;
inner: string;
itemThumbImg: string;
thumbFrame: string;
thumbWrapper: string;
overlayWrapper: string;
overlay: string;
overlayInfo: string;
title: string;
subTitle: string;
};
cx: (...args: any) => string;
theme: import("@mantine/core").MantineTheme;
};
export default _default;