mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
506 B
TypeScript
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';
|