spinach-components
v0.2.0
Published
[](https://badge.fury.io/js/spinach-components) [](https://github.com/algolia/shipjs) [ => (
<SpinachComponnets.Text textSize="h1">text</SpinachComponnets.Text>
);FAQ
What's npm script declaration-build?
There is an issue.
https://github.com/rollup/plugins/issues/287
Why do not use path alias?
type becomes any, if use path alias. I don't know this happen
// text.tsx
import { BaseProps } from '~shared/types';
export TextProps = BaseProps & {
text: string
}// text.stories.tsx
import { TextProps } from './text';
// type TextProps = any ←!?!?!?!?