UNPKG
@clayui/link
Version:
beta (3.106.0-alpha.0)
latest (3.128.0)
4.0.0
3.128.0
3.111.0
3.106.1
3.106.0
3.106.0-alpha.0
3.105.1-alpha.9
3.105.1-alpha.8
3.105.1-alpha.0
3.88.0
3.85.0
3.56.0
3.45.0
3.40.0
3.39.0
3.38.0
3.37.0
3.32.0
3.2.0
3.1.1
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-milestone.3
3.0.0-milestone.2
3.0.0-milestone.1
3.0.0-alpha.1
ClayLink component
github.com/liferay/clay
liferay/clay
@clayui/link
/
lib
/
Context.d.ts
8 lines
(7 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * SPDX-FileCopyrightText: © 2019 Liferay, Inc. <https://liferay.com> * SPDX-License-Identifier: BSD-3-Clause */
import
React
from
'react'
;
declare
const
context
:
React
.
Context
<
React
.
ComponentType
<{}> |
"a"
>;
export
default
context;