@ni/spright-components
Version:
NI Spright Components
9 lines (8 loc) • 412 B
TypeScript
import { display as foundationDisplay } from '@ni/fast-foundation';
/**
* Each element should use the display utility which will create styles to:
* - Set the `:host` display property
* - Respond to the `hidden` attribute set on `:host`
* - Configure `box-sizing` for `:host`, all elements in shadow root, and `::before` / `::after` pseudoelements
*/
export declare const display: typeof foundationDisplay;