@rn-vui/themed
Version:
Cross Platform React Native UI Toolkit
7 lines (6 loc) • 317 B
JavaScript
import { withTheme } from '../config';
import { SpeedDial, } from '@rn-vui/base/dist/SpeedDial/SpeedDial';
import { SpeedDialAction, } from '@rn-vui/base/dist/SpeedDial/SpeedDial.Action';
export default Object.assign(withTheme(SpeedDial, 'SpeedDial'), {
Action: withTheme(SpeedDialAction, 'SpeedDialAction'),
});