5 lines
152 B
JavaScript
5 lines
152 B
JavaScript
![]() |
import React from 'react'
|
||
|
import PatternOptionBool from '../PatternOptionBool'
|
||
|
|
||
|
export default (props) => <PatternOptionBool {...props} name="debug" />
|