UNPKG
@pollum-io/pegasys-components
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Components for Pegays Protocol, the leading AMM on Syscoin NEVM.
@pollum-io/pegasys-components
/
lib
/
components
/
CurrencyLogo
/
currencyLogo.stories.d.ts
9 lines
(8 loc)
•
268 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
ComponentStory
}
from
'@storybook/react'
;
import
CurrencyLogo
from
'.'
;
declare
const
_default
: {
component
:
typeof
CurrencyLogo
;
title
:
string
; };
export
default
_default;
export
declare
const
DoubleLogo
:
ComponentStory
<
typeof
CurrencyLogo
>;