index.d.ts 223 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 import * as React from 'react'; export interface FooterToolbarProps { extra: React.ReactNode; style?: React.CSSProperties; } export default class FooterToolbar extends React.Component< FooterToolbarProps, any > {}