UNPKG

@hhgtech/hhg-components

Version:
22 lines (21 loc) 640 B
import { VideoItemProps } from "../types"; type StylesParams = { layout: VideoItemProps['layout']; }; 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;