Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100874033
CSSProperties.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 3, 12:22
Size
304 B
Mime Type
text/x-java
Expires
Wed, Feb 5, 12:22 (2 d)
Engine
blob
Format
Raw Data
Handle
24048852
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
CSSProperties.d.ts
View Options
import * as CSS from 'csstype';
/**
* All non-vendor-prefixed CSS properties. (Also allows `number` in order to support CSS-in-JS libs,
* since they are converted to `px`.)
*/
export interface CSSProperties
extends CSS.StandardProperties<number | string>,
CSS.SvgProperties<number | string> {}
Event Timeline
Log In to Comment