index.tsx
import
*
as
React
from
"react"
;
export
{
Button
,
type
ButtonProps
}
from
"./Button"
;