REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.02 KB
Close
//home/byroehnu/easepay.easetack.com/node_modules/styled-components/dist/constructors/styled.d.ts
Text
Base64
import * as React from 'react'; import { BaseObject, KnownTarget, WebTarget } from '../types'; import { SupportedHTMLElements } from '../utils/domElements'; import { Styled as StyledInstance } from './constructWithOptions'; declare const baseStyled: <Target extends WebTarget, InjectedProps extends object = BaseObject>(tag: Target) => StyledInstance<"web", Target, Target extends KnownTarget ? React.ComponentPropsWithRef<Target> & InjectedProps : InjectedProps, BaseObject>; declare const styled: typeof baseStyled & { [E in SupportedHTMLElements]: StyledInstance<"web", E, React.JSX.IntrinsicElements[E]>; }; export default styled; export { StyledInstance }; /** * This is the type of the `styled` HOC. */ export type Styled = typeof styled; /** * Use this higher-order type for scenarios where you are wrapping `styled` * and providing extra props as a third-party library. */ export type LibraryStyled<LibraryProps extends object = BaseObject> = <Target extends WebTarget>(tag: Target) => typeof baseStyled<Target, LibraryProps>;
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
.htaccess
127 B
lr--r--r--
2026-03-14 01:49:20
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
constructWithOptions.d.ts
2.36 KB
lrw-r--r--
2026-02-28 11:42:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
createGlobalStyle.d.ts
282 B
lrw-r--r--
2026-02-28 11:42:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
css.d.ts
348 B
lrw-r--r--
2026-02-28 11:42:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
keyframes.d.ts
240 B
lrw-r--r--
2026-02-28 11:43:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
styled.d.ts
1.02 KB
lrw-r--r--
2026-02-28 11:43:02
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).