UNPKG

dareway-rui

Version:

8 lines (5 loc) 183 B
import * as React from 'react'; declare interface GridColumnsProps { widthConfig?: string } export default class GridColumns extends React.Component<GridColumnsProps> {}