UNPKG

@cds/core

Version:

Clarity Design System - common components, themes, and utilties

17 lines (16 loc) 345 B
export declare const hingeKeyframes: ({ transformOrigin: string; transform: string; offset: number; opacity?: undefined; } | { transformOrigin: string; transform: string; opacity: number; offset: number; } | { transformOrigin: string; opacity: number; transform: string; offset?: undefined; })[];