Skip to content

Commit

Permalink
Fix an export
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud committed Mar 17, 2022
1 parent 17ff01b commit 56ac7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/components/Checkbox/Checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import React from 'react';
import { styled } from '@superset-ui/core';
import { CheckboxChecked, CheckboxUnchecked } from 'src/components/Checkbox';

interface CheckboxProps {
export interface CheckboxProps {
checked: boolean;
onChange: (val?: boolean) => void;
style?: React.CSSProperties;
Expand Down

0 comments on commit 56ac7e5

Please sign in to comment.