Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95168798
css.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
Fri, Dec 13, 10:07
Size
422 B
Mime Type
text/x-java
Expires
Sun, Dec 15, 10:07 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22916336
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
css.d.ts
View Options
import * as CSS from 'csstype';
import { CamelProperty, HyphenProperty, Property } from './types';
declare function style(node: HTMLElement, property: Partial<Record<Property, string>>): void;
declare function style<T extends HyphenProperty>(node: HTMLElement, property: T): CSS.PropertiesHyphen[T];
declare function style<T extends CamelProperty>(node: HTMLElement, property: T): CSS.Properties[T];
export default style;
Event Timeline
Log In to Comment