Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
clone
/
wp-conte...
/
plugins
/
leadin
/
scripts
/
shared
/
UICompon...
•
File:
UIContainer.ts
•
Content:
import { styled } from '@linaria/react'; interface IUIContainerProps { textAlign?: string; } export default styled.div<IUIContainerProps>` text-align: ${props => (props.textAlign ? props.textAlign : 'inherit')}; `;
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List