DefinitelyTyped/types/wix-style-react/index.d.ts
2019-09-25 10:58:53 -07:00

11 lines
506 B
TypeScript

// Type definitions for wix-style-react 6.17
// Project: https://github.com/wix/wix-style-react
// Definitions by: Gilad Segal <https://github.com/giladsegal>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped`;
// TypeScript Version: 3.5
export { default as Button, ButtonProps } from './Button';
export { default as Text, TextProps } from './Text';
export { default as WixComponent, WixComponentProps } from './BaseComponents';
export { default as Loader, LoaderProps } from './Loader';