@wix/design-system
Version:
@wix/design-system
29 lines • 2.13 kB
TypeScript
export declare const classes: {
video: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
root: (props?: ({} & {
clickable?: boolean | null | undefined;
removeRadius?: boolean | null | undefined;
}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
overlay: (props?: ({
readonly layer?: false | "top" | "default" | "hover" | "singleSkin" | null | undefined;
readonly skin?: false | "dark" | "none" | "gradient" | null | undefined;
} & {
mobile?: boolean | null | undefined;
bottomStrip?: boolean | null | undefined;
}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
media: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
contentRow: (props?: ({
readonly row?: false | "top" | "bottom" | "middle" | null | undefined;
readonly placement?: false | "top-start" | "top-end" | "bottom-end" | "bottom-start" | "middle" | null | undefined;
} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
contentArea: (props?: ({
readonly placement?: false | "top-start" | "top-end" | "bottom-end" | "bottom-start" | "middle" | null | undefined;
} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
playButtonContainer: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
playButtonWrapper: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
hoverEnter: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
hoverEnterActive: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
hoverEnterDone: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
hoverExit: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
};
//# sourceMappingURL=MediaOverlay.classes.d.ts.map