Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122957134
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
Wed, Jul 23, 02:25
Size
1009 B
Mime Type
text/x-java
Expires
Fri, Jul 25, 02:25 (1 d, 23 h)
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