Searched refs:SwitchProps (Results 1 – 9 of 9) sorted by relevance
48 export interface SwitchProps extends SwitchPropsIOS { interface113 declare class SwitchComponent extends React.Component<SwitchProps> {}
32 static const auto defaultProps = std::make_shared<const SwitchProps>();60 const auto &oldSwitchProps = *std::static_pointer_cast<const SwitchProps>(_props);61 const auto &newSwitchProps = *std::static_pointer_cast<const SwitchProps>(props);95 const auto &props = *std::static_pointer_cast<const SwitchProps>(_props);
95 SwitchProps,
104 SwitchProps::SwitchProps( in SwitchProps() function in facebook::react::SwitchProps106 const SwitchProps &sourceProps, in SwitchProps()
215 class JSI_EXPORT SwitchProps final : public ViewProps {217 SwitchProps() = default;218 …SwitchProps(const PropsParserContext& context, const SwitchProps &sourceProps, const RawProps &raw…
284 interface SwitchProps { interface