UNPKG

@alilc/build-plugin-alt

Version:

build-scripts plugin template for developers

13 lines (12 loc) 251 B
import * as React from 'react'; import './component.scss'; export default class BuiltIn extends React.Component<{ custom: any; }> { props: { custom: any; }; renderEmpty(): any; renderCustomProp(): any; render(): any; }