UNPKG

dareway-rui

Version:

24 lines (17 loc) 489 B
import * as React from 'react'; declare interface ButtonsColumnProps { name: string, head?: string, headBold?: boolean, headFontColor?: string, headOblique?: boolean, tail?: string, tailAlign?: string, tailBold?: boolean, tailFontColor?: string, tailOblique?: boolean, width?: number, widthFixed?: boolean, hidden?: boolean } export default class ButtonsColumn extends React.Component<ButtonsColumnProps> {}