UNPKG

open-library

Version:

开放组件库

11 lines (10 loc) 194 B
/** * 通用代码模板 */ import React from 'react'; import './index.less'; interface Props { classname?: string; } declare const Index: React.FC<Props>; export default Index;