UNPKG

@beqa/unplugin-transform-react-slots

Version:

JSX to slot function transpilation plugin for some of the common build systems

8 lines (6 loc) 139 B
type FilterPattern = RegExp | RegExp[]; interface Options { include?: RegExp; exclude?: FilterPattern; } export { Options as O };