mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
775ca0dc31
* add ds checkbox --------- Co-authored-by: Garrett Bear <gwhisten@gmail.com> --------- Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
3 lines
94 B
TypeScript
3 lines
94 B
TypeScript
export { Checkbox } from './checkbox';
|
|
export type { CheckboxProps } from './checkbox.types';
|