Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122741452
base.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, Jul 21, 21:41
Size
1009 B
Mime Type
text/x-java
Expires
Wed, Jul 23, 21:41 (2 d)
Engine
blob
Format
Raw Data
Handle
27557102
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
base.d.ts
View Options
import { SC_VERSION } from './constants';
import createGlobalStyle from './constructors/createGlobalStyle';
import css from './constructors/css';
import keyframes from './constructors/keyframes';
import withTheme from './hoc/withTheme';
import useTheme from './hooks/useTheme';
import ServerStyleSheet from './models/ServerStyleSheet';
import StyleSheetManager, { StyleSheetConsumer, StyleSheetContext } from './models/StyleSheetManager';
import ThemeProvider, { ThemeConsumer, ThemeContext } from './models/ThemeProvider';
import isStyledComponent from './utils/isStyledComponent';
declare global {
interface Window {
'__styled-components-init__'?: number;
}
}
export * from './secretInternals';
export { Attrs, DefaultTheme, ShouldForwardProp } from './types';
export { createGlobalStyle, css, isStyledComponent, keyframes, ServerStyleSheet, StyleSheetConsumer, StyleSheetContext, StyleSheetManager, ThemeConsumer, ThemeContext, ThemeProvider, useTheme, SC_VERSION as version, withTheme, };
Event Timeline
Log In to Comment