UNPKG
@metricinsights/concierge
Version:
latest (1.0.0)
1.0.0
Metric Insights Concierge Component
@metricinsights/concierge
/
dist
/
components
/
button
/
close-button.d.ts
9 lines
•
271 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
React
from
'react'
;
export
interface
CloseButtonProps
{
className
?:
string
;
ariaLabel
?:
string
;
onClick
?:
() =>
void
; }
export
declare
const
CloseButton
:
React
.
FC
<
CloseButtonProps
>;
export
default
CloseButton
;
//# sourceMappingURL=close-button.d.ts.map