UNPKG

@hhgtech/hhg-components

Version:
15 lines (14 loc) 451 B
import { VideoType } from "../../../interfaces/types/Video"; type StylesParams = { type: VideoType; }; declare const _default: (params: StylesParams, options?: import("@mantine/core").UseStylesOptions<string>) => { classes: { videoBody: string; videoWrapper: string; videoTitle: string; }; cx: (...args: any) => string; theme: import("@mantine/core").MantineTheme; }; export default _default;