import * as _ from 'lodash'; import * as React from 'react'; import { ColorOption } from '../style/theme'; import { Button, ButtonProps } from './ui/button'; import { Text } from './ui/text'; export interface SecondaryButtonProps extends ButtonProps {} export const SecondaryButton: React.StatelessComponent = props => { const buttonProps = _.omit(props, 'text'); return ( ); }; ='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 3.3.18b and make it fetchable againaz2006-11-273-4/+5
* - Switch to version 3.3.18aaz2006-09-163-5/+5
* - Fix pkg-plistaz2006-07-262-5/+1
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-0/+1
* - Remove deprecated USE_REINPLACEaz2006-02-221-1/+0
* - Update to version 3.3.17az2006-01-302-4/+4
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-4/+4
* - Update to 3.3.16az2005-11-174-22/+102
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* Update to 3.2.9.markp2003-12-122-2/+2
* Update to 3.2.7.markp2003-02-233-3/+3
* Fix build broken by version update.markp2003-02-111-1/+2
* Update to 3.2.5.markp2003-02-093-3/+9