@wix/design-system
Version:
@wix/design-system
12 lines • 578 B
TypeScript
export declare const classes: {
root: (props?: ({
[x: string]: string | false | null | undefined;
} & {
[x: string]: boolean | null | undefined;
}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
popoverContent: (props?: ({} & {
withWidth?: boolean | null | undefined;
}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
listItem: (props?: ({} & {}) | undefined, ...classes: (string | false | null | undefined)[]) => string;
};
//# sourceMappingURL=PopoverMenu.classes.d.ts.map