UNPKG
vdk-components
Version:
latest (1.0.1)
1.0.1
1.0.0
React component library built with TypeScript and SCSS
vdk-components
/
dist
/
types
/
components
/
Button
/
index.d.ts
3 lines
(2 loc)
•
80 B
TypeScript
View Raw
1
2
3
export
{
Button
}
from
'./Button'
;
export
type
{
ButtonProps
}
from
'./Button'
;