File size: 103 Bytes
670a607
 
 
 
 
1
2
3
4
5
import Custom from './Custom';

export default function Factory(
    config?: Custom.IConfig
): Custom;