@hhgtech/hhg-components
Version:
Hello Health Group common components
15 lines (14 loc) • 451 B
TypeScript
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;