UNPKG

@beqa/babel-plugin-transform-react-slots

Version:

The JSX to slot function transpilation plugin for babel

12 lines (9 loc) 143 B
let _rawCode: string; export default { get() { return _rawCode; }, set(rawCode: string) { return (_rawCode = rawCode); }, };