UNPKG

@dnanpm/styleguide

Version:

DNA Styleguide repository provides the set of components and theme object used in various DNA projects.

7 lines (6 loc) 222 B
import type { ElevationLevel } from '../types/elevation.d'; declare const getElevationShadow: ({ elevation, shadow, }: { elevation: ElevationLevel; shadow?: string; }) => string; export default getElevationShadow;