+{"code":"/**\r\n * @class ExampleComponent\r\n */\r\nimport * as tslib_1 from \"tslib\";\r\nimport * as React from 'react';\r\nimport styles from './styles.css';\r\nvar ExampleComponent = /** @class */ (function (_super) {\r\n tslib_1.__extends(ExampleComponent, _super);\r\n function ExampleComponent() {\r\n return _super !== null && _super.apply(this, arguments) || this;\r\n }\r\n ExampleComponent.prototype.render = function () {\r\n var text = this.props.text;\r\n return (React.createElement(\"div\", { className: styles.test },\r\n \"Example Component: \",\r\n text));\r\n };\r\n return ExampleComponent;\r\n}(React.Component));\r\nexport default ExampleComponent;\r\n//# sourceMappingURL=index.js.map","map":"{\"version\":3,\"file\":\"index.js\",\"sourceRoot\":\"\",\"sources\":[\"src/index.tsx\"],\"names\":[],\"mappings\":\"AAAA;;GAEG;;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,OAAO,MAAM,MAAM,cAAc,CAAA;AAIjC;IAA8C,4CAAsB;IAApE;;IAYA,CAAC;IAXC,iCAAM,GAAN;QAEI,IAAA,sBAAI,CACQ;QAEd,OAAO,CACL,6BAAK,SAAS,EAAE,MAAM,CAAC,IAAI;;YACL,IAAI,CACpB,CACP,CAAA;IACH,CAAC;IACH,uBAAC;AAAD,CAAC,AAZD,CAA8C,KAAK,CAAC,SAAS,GAY5D\"}","dts":{"name":"/Users/harrisrobin/Workspace/oss/react-sidesheet/index.d.ts","text":"/**\r\n * @class ExampleComponent\r\n */\r\nimport * as React from 'react';\r\nexport declare type Props = {\r\n text: string;\r\n};\r\nexport default class ExampleComponent extends React.Component<Props> {\r\n render(): JSX.Element;\r\n}\r\n"}}
0 commit comments