UNPKG
@gbm-tech/select
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
GBM Tech & Control - Select
@gbm-tech/select
/
dist
/
stories
/
Select.stories.d.ts
6 lines
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Meta
,
StoryObj
}
from
'@storybook/react'
;
import
{
SelectProps
}
from
'../Select'
;
declare
const
_default
:
Meta
<
SelectProps
>;
export
default
_default;
export
declare
const
Default
:
StoryObj
<
SelectProps
>;
//# sourceMappingURL=Select.stories.d.ts.map