UNPKG

@salesforce-ux/eslint-plugin-slds

Version:

ESLint plugin provides custom linting rules specifically built for Salesforce Lightning Design System 2 (SLDS 2 beta)

6 lines (5 loc) 195 B
import type { DeclarationHandler } from '../../../../types'; /** * Handle box-shadow declarations using CSS tree parsing */ export declare const handleBoxShadowDeclaration: DeclarationHandler;