Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/charliewilco/react-gluejar
/ functions
Functions
14 in github.com/charliewilco/react-gluejar
⨍
Functions
14
◇
Types & classes
7
↓ 1 callers
Function
_transformImageDataToURL
( data: DataTransfer, acceptedFiles: string[] = DEFAULT_ACCEPTED_FILES )
src/index.ts:20
↓ 1 callers
Function
isValidFormat
(fileType: string)
src/index.ts:24
↓ 1 callers
Method
render
()
src/legacy.ts:93
↓ 1 callers
Function
useGlueJar
( { ref, ...options }: Partial<GlueJarOptions<T>> = { acceptedFiles: DEFAULT_ACCEPTED_FILES, } )
src/index.ts:130
↓ 1 callers
Function
useGlueJarReducer
()
src/index.ts:78
↓ 1 callers
Function
usePasteHandler
(acceptedFiles: string[] = DEFAULT_ACCEPTED_FILES)
src/index.ts:84
Function
App
()
example/pastecontainer.tsx:14
Function
Header
()
example/header.tsx:8
Function
Instructions
()
example/header.tsx:26
Function
Sorry
({ error, onClose }: { error: string; onClose(): void })
example/header.tsx:32
Method
componentDidMount
()
src/legacy.ts:79
Method
componentDidUpdate
()
src/legacy.ts:84
Method
componentWillUnmount
()
src/legacy.ts:88
Function
reducer
(state, action)
src/index.ts:67